- don't use RUN_DEPENDS+=${BUILD_DEPENDS} so people stop bugging me and

start testing instead
This commit is contained in:
ajacoutot 2007-06-01 00:27:19 +00:00
parent 95a25c7cbf
commit 7b55a8c59c

View File

@ -1,4 +1,4 @@
# $OpenBSD: gnustep.port.mk,v 1.1.1.1 2007/05/29 02:59:11 ajacoutot Exp $
# $OpenBSD: gnustep.port.mk,v 1.2 2007/06/01 00:27:19 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ USE_X11= Yes
USE_GMAKE= Yes
BUILD_DEPENDS+= :gnustep-make-*:x11/gnustep/make
RUN_DEPENDS+= ${BUILD_DEPENDS}
RUN_DEPENDS+= :gnustep-make-*:x11/gnustep/make
MAKE_FLAGS+= CC="${CC}" CPP="${CC} -E" OPTFLAG="${CFLAGS}"