diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
commit | 4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c (patch) | |
tree | 30e09432cf3af70c596ec1833bdb863b62a6ce3b /audio/lxmusic | |
parent | 9c33e295efb15d3d43d6d2f7757380c4aab0f3fc (diff) | |
download | freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.gz freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.zst freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'audio/lxmusic')
-rw-r--r-- | audio/lxmusic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lxmusic/Makefile b/audio/lxmusic/Makefile index c98aae01536a..f3309f1571b0 100644 --- a/audio/lxmusic/Makefile +++ b/audio/lxmusic/Makefile @@ -15,7 +15,7 @@ LICENSE_COMB= dual LIB_DEPENDS= xmmsclient:${PORTSDIR}/audio/xmms2 \ notify:${PORTSDIR}/devel/libnotify -USES= gmake desktop-file-utils +USES= gmake desktop-file-utils pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes INSTALLS_ICONS= yes |