diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-03-23 14:36:32 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-03-23 14:36:32 +0800 |
commit | 41533b2df1e73ac929db61753212bdda859d3e8b (patch) | |
tree | 7cd1cd609a55ada7e5607e540312e7772608ae36 /audio/gdrdao | |
parent | 903225e82a9068e8824e58a43cba33afbce6aa45 (diff) | |
download | freebsd-ports-gnome-41533b2df1e73ac929db61753212bdda859d3e8b.tar.gz freebsd-ports-gnome-41533b2df1e73ac929db61753212bdda859d3e8b.tar.zst freebsd-ports-gnome-41533b2df1e73ac929db61753212bdda859d3e8b.zip |
Dependencies added: USE_GNOME, as Build failed without gnomeConf.sh
Diffstat (limited to 'audio/gdrdao')
-rw-r--r-- | audio/gdrdao/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gdrdao/Makefile b/audio/gdrdao/Makefile index 2274d85282e6..7dcaaee67d6c 100644 --- a/audio/gdrdao/Makefile +++ b/audio/gdrdao/Makefile @@ -14,7 +14,7 @@ MAINTAINER= anders@fix.no RUN_DEPENDS= cdrdao:${PORTSDIR}/audio/cdrdao -USE_GTK= yes +USE_GNOME= yes GNU_CONFIGURE= yes .include <bsd.port.mk> |