diff options
Diffstat (limited to 'devel/gnustep-make')
-rw-r--r-- | devel/gnustep-make/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 8828f0470b08..ac7965003e81 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnustep-make PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core @@ -27,10 +28,6 @@ CONFIGURE_ARGS+= --with-thread-lib="${PTHREAD_LIBS}" CONFIGURE_ARGS+= --with-config-file=${GNUSTEP_PREFIX}/GNUstep.conf GNU_CONFIGURE_PREFIX= ${GNUSTEP_PREFIX} -.if defined(GNUSTEP_WITH_BASE_GCC) -GNUSTEP_WITHOUT_LIBOBJC= yes -.endif - post-patch: ${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|' \ ${WRKSRC}/configure |