summaryrefslogtreecommitdiffstats
path: root/lang/gnustep-guile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-02-25 10:52:08 +0000
committerdinoex <dinoex@FreeBSD.org>2004-02-25 10:52:08 +0000
commitde08a92a391577884ad5b104fd9c52cb69b3ffd2 (patch)
tree1e0647b39bf4abd34af710dfda527be45bbfc878 /lang/gnustep-guile
parent6a5805e6e22680fd36fc12d60988ee523cf51b16 (diff)
downloadFreeBSD-ports-de08a92a391577884ad5b104fd9c52cb69b3ffd2.zip
FreeBSD-ports-de08a92a391577884ad5b104fd9c52cb69b3ffd2.tar.gz
- option WITHOUT_X11 with seperate package name
- add CONFLICTS
Diffstat (limited to 'lang/gnustep-guile')
-rw-r--r--lang/gnustep-guile/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile
index a036f1b..33e8f16 100644
--- a/lang/gnustep-guile/Makefile
+++ b/lang/gnustep-guile/Makefile
@@ -10,6 +10,9 @@ PORTVERSION= 1.1.4
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= libs
+.if defined(WITHOUT_X11)
+PKGNAMESUFFIX?= -nox11
+.endif
MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNUstep interface to the GUILE scheme interpreter
@@ -32,12 +35,13 @@ PLIST_SUB+= GUILE_VER="${GUILE_VER}"
MAN1= greg.1
.if defined(WITHOUT_X11)
-PKGNAMESUFFIX?= -nox11
USE_GNUSTEP_BASE= yes
PLIST_SUB+= USEX11="@comment "
+CONFLICTS?= gnustep-guile-1.*
.else
USE_GNUSTEP_BACK= yes
PLIST_SUB+= USEX11=""
+CONFLICTS?= gnustep-guile-nox11-1.*
.endif
.include <bsd.port.pre.mk>
OpenPOWER on IntegriCloud