diff options
author | marcus <marcus@FreeBSD.org> | 2002-12-02 09:46:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-12-02 09:46:26 +0800 |
commit | 5ad0f4b9787017ddf6f6db87c6f1c68ae29c222c (patch) | |
tree | 8fff65858897566cf55bf4561bdb9c042ad6ea29 /emulators | |
parent | 01c354cd736678bf2a1b4dd6f4935a15200d0eca (diff) | |
download | freebsd-ports-gnome-5ad0f4b9787017ddf6f6db87c6f1c68ae29c222c.tar.gz freebsd-ports-gnome-5ad0f4b9787017ddf6f6db87c6f1c68ae29c222c.tar.zst freebsd-ports-gnome-5ad0f4b9787017ddf6f6db87c6f1c68ae29c222c.zip |
Fix package building.
Reported by: bento
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/grustibus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/grustibus/Makefile b/emulators/grustibus/Makefile index 99c01a78f59b..ad4baf9708dd 100644 --- a/emulators/grustibus/Makefile +++ b/emulators/grustibus/Makefile @@ -14,10 +14,10 @@ MASTER_SITE_SUBDIR= grustibus MAINTAINER= verm@drunkmonk.net RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame -LIB_DEPENDS= gnomecanvaspixbuf.1:${PORTSDIR}/graphics/gnomecanvas USE_GNOMENG= yes WANT_GNOME= yes +USE_GNOME= gnomeprefix gnomecanvas USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=`${GNOME_CONFIG} --sysconfdir` @@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --sysconfdir=`${GNOME_CONFIG} --sysconfdir` .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME= gnomelibs libcapplet +USE_GNOME+= gnomelibs libcapplet .endif .include <bsd.port.post.mk> |