diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-26 20:14:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-26 20:14:40 +0000 |
commit | 34ceb04cce561a1b914113f18c3349d509708687 (patch) | |
tree | 7abe0c0e1c7e1be95eff18f2725405d40067427e | |
parent | 7b5c4c4bf2d32e4217e4cf64827eea48cf52e0d4 (diff) |
Notes
-rw-r--r-- | x11-toolkits/gnustep-art/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gnustep-xdps/Makefile | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/gnustep-art/Makefile b/x11-toolkits/gnustep-art/Makefile index d0d1e74b00fe..3588c62e67ba 100644 --- a/x11-toolkits/gnustep-art/Makefile +++ b/x11-toolkits/gnustep-art/Makefile @@ -6,7 +6,6 @@ # CATEGORIES= x11-toolkits -PKGNAMESUFFIX= -art MAINTAINER= dinoex@FreeBSD.org diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 5b0bf7fe817f..a9fa969a3cb4 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -15,6 +15,7 @@ PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core +PKGNAMESUFFIX?= ${BACK_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep GUI backend @@ -48,7 +49,7 @@ BREAKS_IF_PEDANTIC= yes CONFIGURE_ARGS+= --enable-graphics=xdps --with-name=xdps PLIST_SUB+= BACK=xdps PLIST_SUB+= USE_XLIB="@comment " USE_XDPS="" USE_ART="@comment " -PKGNAMESUFFIX?= -xdps +BACK_SUFFIX?= -xdps CONFLICTS?= gunstep-back-0.* gunstep-back-art-0.* .else .if defined(WITH_GNUSTEP_LIBART) @@ -56,7 +57,7 @@ LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2 CONFIGURE_ARGS+= --enable-graphics=art --with-name=art PLIST_SUB+= BACK=art USE_XLIB="@comment " PLIST_SUB+= USE_XLIB="@comment " USE_XDPS="@comment " USE_ART="" -PKGNAMESUFFIX?= -art +BACK_SUFFIX?= -art CONFLICTS?= gunstep-back-0.* gunstep-back-xdps-0.* .else CONFIGURE_ARGS+= --enable-graphics=xlib --with-name=back diff --git a/x11-toolkits/gnustep-xdps/Makefile b/x11-toolkits/gnustep-xdps/Makefile index 5707ec381160..22eb45c42288 100644 --- a/x11-toolkits/gnustep-xdps/Makefile +++ b/x11-toolkits/gnustep-xdps/Makefile @@ -6,11 +6,10 @@ # CATEGORIES= x11-toolkits -PKGNAMESUFFIX= -xdps MAINTAINER= dinoex@FreeBSD.org -WANT_GNUSTEP_XDPS= yes +WITH_GNUSTEP_XDPS= yes MASTERDIR?= ${.CURDIR}/../gnustep-back .if exists(${.CURDIR}/Makefile.local) |