diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-23 06:36:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-23 06:36:32 +0000 |
commit | 40b14bc2c0825e8b7d2abc77a2238490df4a3f3c (patch) | |
tree | d8947dc1e9b89d6b015f7d209d0f52459b534e5a /audio/gdrdao | |
parent | Sigh. Reclaim these, primarily for GNOME 1.4 (diff) |
Dependencies added: USE_GNOME, as Build failed without gnomeConf.sh
Notes
Notes:
svn path=/head/; revision=40249
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> |