diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-02 06:16:05 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-02 06:16:05 +0000 |
commit | 650fb5d7d781a890b938a06a5396363a9dab70ae (patch) | |
tree | b2777e47400ff4988b79b48be9aacfdeb6a28847 | |
parent | Add py-posix1e 0.2.1, Python module for manipulating POSIX.1e ACLs (diff) |
- use new backend as default
- make portlint happy
- Update MASTER_SITES
Notes
Notes:
svn path=/head/; revision=72170
-rw-r--r-- | devel/projectcenter.app/Makefile | 2 | ||||
-rw-r--r-- | games/gomoku.app/Makefile | 2 | ||||
-rw-r--r-- | games/gshisen/Makefile | 4 | ||||
-rw-r--r-- | mail/gnumail/Makefile | 10 | ||||
-rw-r--r-- | mail/pantomime/Makefile | 2 |
5 files changed, 10 insertions, 10 deletions
diff --git a/devel/projectcenter.app/Makefile b/devel/projectcenter.app/Makefile index 367d73eee314..294d0627c47d 100644 --- a/devel/projectcenter.app/Makefile +++ b/devel/projectcenter.app/Makefile @@ -16,7 +16,7 @@ DISTNAME= ProjectCenter-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org -.if defined(GNUSTEP_GUI_DEVEL) +.if !defined(GNUSTEP_GUI_OLD) BUILD_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back RUN_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back .else diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile index 7df9d24728b9..f72527344b1b 100644 --- a/games/gomoku.app/Makefile +++ b/games/gomoku.app/Makefile @@ -16,7 +16,7 @@ DISTNAME= Gomoku-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org -.if defined(GNUSTEP_GUI_DEVEL) +.if !defined(GNUSTEP_GUI_OLD) BUILD_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back RUN_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back .else diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index a42b3a02eee1..aa9dfd12db53 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -15,7 +15,7 @@ PKGNAMESUFFIX?= -devel MAINTAINER= dinoex@FreeBSD.org -.if defined(GNUSTEP_GUI_DEVEL) +.if !defined(GNUSTEP_GUI_OLD) BUILD_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back RUN_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back .else @@ -27,7 +27,7 @@ PREFIX= ${LOCALBASE}/GNUstep WRKSRC= ${WRKDIR}/GShisen USE_GMAKE= yes MAKEFILE= -.if defined(GNUSTEP_GUI_DEVEL) +.if !defined(GNUSTEP_GUI_OLD) MAKE_FLAGS= GUI_BACKEND_LIB=back .else MAKE_FLAGS= GUI_BACKEND_LIB=xgps diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index 030e154ebbe1..4d0c805d482d 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -10,14 +10,14 @@ PORTVERSION= 1.0.3 CATEGORIES= mail MASTER_SITES= http://www.collaboration-world.com/gnumail.data/releases/Stable/ \ ftp://ftp.gnustep.org/pub/gnustep/usr-apps/ -DISTNAME= GNUMail-${PORTVERSION} .if defined(GNUSTEP_GUI_DEVEL) PKGNAMESUFFIX?= -devel .endif +DISTNAME= GNUMail-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org -.if defined(GNUSTEP_GUI_DEVEL) +.if !defined(GNUSTEP_GUI_OLD) BUILD_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back RUN_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back .else @@ -31,10 +31,10 @@ PREFIX= ${LOCALBASE}/GNUstep WRKSRC= ${WRKDIR}/GNUMail USE_GMAKE= yes MAKEFILE= -.if defined(GNUSTEP_GUI_DEVEL) -MAKE_FLAGS= GUI_BACKEND_LIB=back +.if !defined(GNUSTEP_GUI_OLD) +MAKE_FLAGS+= GUI_BACKEND_LIB=back .else -MAKE_FLAGS= GUI_BACKEND_LIB=xgps +MAKE_FLAGS+= GUI_BACKEND_LIB=xgps .endif ALL_TARGET= NO_MTREE= yes diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index 5b95c76795d7..f5625323cc99 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -17,7 +17,7 @@ DISTNAME= Pantomime-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org -.if defined(GNUSTEP_GUI_DEVEL) +.if !defined(GNUSTEP_GUI_OLD) BUILD_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back RUN_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back .else |