aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-06-24 16:34:42 +0800
committerperky <perky@FreeBSD.org>2003-06-24 16:34:42 +0800
commit3025e87f5ae4ae1794a231854994bc95a6e13cbd (patch)
tree339c0f51968eac4b8391fb6fa5e53810ac9f06e2 /audio
parent1b1dc10b07d317ce9fc1cb0b14864f208fab38e7 (diff)
downloadfreebsd-ports-gnome-3025e87f5ae4ae1794a231854994bc95a6e13cbd.tar.gz
freebsd-ports-gnome-3025e87f5ae4ae1794a231854994bc95a6e13cbd.tar.zst
freebsd-ports-gnome-3025e87f5ae4ae1794a231854994bc95a6e13cbd.zip
Remove unused dependency on gdkpixbuf.
Submitted by: Pav Lucistnik <pav@oook.cz> Reviewed by: Dongsu Jang <potato@hellocity.net> (author)
Diffstat (limited to 'audio')
-rw-r--r--audio/liteamp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile
index 21f0caa07af0..3279e65c0fa3 100644
--- a/audio/liteamp/Makefile
+++ b/audio/liteamp/Makefile
@@ -1,5 +1,5 @@
# New ports collection makefile for: liteamp
-# Date created: 23 June 2003
+# Date created: 24 June 2003
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
#
# $FreeBSD$
@@ -19,7 +19,7 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gtk20 libgnomeui libbonoboui libxml2 \
- libgnomecanvas libartlgpl2 pango gdkpixbuf \
+ libgnomecanvas libartlgpl2 pango \
atk gnomevfs2 gconf2 libbonobo
GNU_CONFIGURE= yes
CONFIGURE_ARGS= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"