diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-22 09:39:09 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-22 09:39:09 +0000 |
commit | 80a2da8dac6d951cbad67f37293321cc01d7ff2b (patch) | |
tree | 9b41bc2ca24a41ec5aa5cf8312b9cfda39d1d321 /audio/gmpc | |
parent | 9debdeabf3c7c4298a6c3f392582d46b5ad010dd (diff) |
Notes
Diffstat (limited to 'audio/gmpc')
-rw-r--r-- | audio/gmpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile index 96ec30127852..cc1720590e38 100644 --- a/audio/gmpc/Makefile +++ b/audio/gmpc/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd \ libsexy.so:${PORTSDIR}/x11-toolkits/libsexy \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ - libunique-1.so:${PORTSDIR}/x11-toolkits/unique + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 libglade2 |