summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-02-25 10:52:08 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-02-25 10:52:08 +0000
commit1a99b8b29f68ec4b5497af094c0a9a558f5d7931 (patch)
tree8638f0663ca5d8201b115489c5ab14f84350ff78 /lang
parent- option WITH_PAM creates seperate package (diff)
- option WITHOUT_X11 with seperate package name
- add CONFLICTS
Notes
Notes: svn path=/head/; revision=102076
Diffstat (limited to 'lang')
-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 a036f1b40c25..33e8f16581f4 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>