diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-26 20:33:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-26 20:33:19 +0000 |
commit | 0a36889426591e0b773af1cff045692ed35a2432 (patch) | |
tree | 5f2fc7a16cb28607561b6e6eb3a96c647230eee3 /lang | |
parent | - use PKGNAMESUFFIX when made with WITHOUT_X11 (diff) |
- make PKGNAMESUFFIX more flexible
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-guile/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index 33e8f16581f4..204961b23e76 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -10,9 +10,7 @@ PORTVERSION= 1.1.4 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= libs -.if defined(WITHOUT_X11) -PKGNAMESUFFIX?= -nox11 -.endif +PKGNAMESUFFIX?= ${NOX11_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep interface to the GUILE scheme interpreter @@ -35,6 +33,7 @@ PLIST_SUB+= GUILE_VER="${GUILE_VER}" MAN1= greg.1 .if defined(WITHOUT_X11) +NOX11_SUFFIX?= -nox11 USE_GNUSTEP_BASE= yes PLIST_SUB+= USEX11="@comment " CONFLICTS?= gnustep-guile-1.* |