diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2016-05-05 13:10:21 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2016-05-05 13:10:21 +0000 |
commit | 9d79a9cc5c62946ebe98a4c1ba73dc4e03b86185 (patch) | |
tree | a89a971c5511383013ebc9a102ebc1ab138835f7 /devel | |
parent | 544a2842406299d3df4fa6d1d8effb6a650367e0 (diff) | |
download | ports-9d79a9cc5c62946ebe98a4c1ba73dc4e03b86185.tar.gz ports-9d79a9cc5c62946ebe98a4c1ba73dc4e03b86185.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/sope3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/sope3/Makefile b/devel/sope3/Makefile index 9cf041b5fa82..c345a8a5c4b8 100644 --- a/devel/sope3/Makefile +++ b/devel/sope3/Makefile @@ -3,11 +3,12 @@ PORTNAME= sope3 PORTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} -MAINTAINER= acm@FreeBSD.org +MAINTAINER= euan@potensol.com COMMENT= Extensive set of GNUstep web application frameworks LICENSE= LGPL20 @@ -30,7 +31,7 @@ USES= gmake gnustep USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} -CONFLICTS= sope-[0-9]* +CONFLICTS= sope2-[0-9]* SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES} |