diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-02 14:16:05 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-02 14:16:05 +0800 |
commit | 650fb5d7d781a890b938a06a5396363a9dab70ae (patch) | |
tree | b2777e47400ff4988b79b48be9aacfdeb6a28847 /mail/pantomime | |
parent | f54221f7b8f473e48b983bcff48b1535f4869e39 (diff) | |
download | freebsd-ports-gnome-650fb5d7d781a890b938a06a5396363a9dab70ae.tar.gz freebsd-ports-gnome-650fb5d7d781a890b938a06a5396363a9dab70ae.tar.zst freebsd-ports-gnome-650fb5d7d781a890b938a06a5396363a9dab70ae.zip |
- use new backend as default
- make portlint happy
- Update MASTER_SITES
Diffstat (limited to 'mail/pantomime')
-rw-r--r-- | mail/pantomime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |