diff options
Diffstat (limited to 'devel/gnustep-make/Makefile')
-rw-r--r-- | devel/gnustep-make/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index ac7965003e81..999cdb10ed3b 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnustep-make -PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core @@ -26,6 +25,7 @@ CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c" \ CFLAGS="${CFLAGS}" CONFIGURE_ARGS+= --with-thread-lib="${PTHREAD_LIBS}" CONFIGURE_ARGS+= --with-config-file=${GNUSTEP_PREFIX}/GNUstep.conf +CONFIGURE_ARGS+= --with-layout=gnustep GNU_CONFIGURE_PREFIX= ${GNUSTEP_PREFIX} post-patch: |