summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-06-24 08:34:42 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-06-24 08:34:42 +0000
commitc5be6b871aef17e273647c2f37c7d25bf72c711b (patch)
tree28dd231fb6cdce2416eb552de3a06ab742cefdee /audio
parento New appendix of ruigigo-1.0. (diff)
Remove unused dependency on gdkpixbuf.
Submitted by: Pav Lucistnik <pav@oook.cz> Reviewed by: Dongsu Jang <potato@hellocity.net> (author)
Notes
Notes: svn path=/head/; revision=83520
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"