diff options
Diffstat (limited to 'devel/sope/Makefile')
-rw-r--r-- | devel/sope/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/sope/Makefile b/devel/sope/Makefile index 81aa7f137eaf..44e968e18930 100644 --- a/devel/sope/Makefile +++ b/devel/sope/Makefile @@ -1,5 +1,6 @@ PORTNAME= sope PORTVERSION= 5.1.1 +PORTREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} @@ -36,7 +37,7 @@ CONFLICTS= sope2-[0-9]* sope4-[0-9]* SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES} -CONFIGURE_ARGS= --with-gnustep --disable-debug --enable-strip +CONFIGURE_ARGS= --with-gnustep --disable-debug --disable-strip CONFIGURE_ENV+= CC="${CC}" LDAP_USE= OPENLDAP=client |