diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-06-24 08:34:42 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-06-24 08:34:42 +0000 |
commit | c5be6b871aef17e273647c2f37c7d25bf72c711b (patch) | |
tree | 28dd231fb6cdce2416eb552de3a06ab742cefdee /audio/liteamp | |
parent | 41b00fc1174daf337ecee969b69ff33a71a90381 (diff) | |
download | ports-c5be6b871aef17e273647c2f37c7d25bf72c711b.tar.gz ports-c5be6b871aef17e273647c2f37c7d25bf72c711b.zip |
Notes
Diffstat (limited to 'audio/liteamp')
-rw-r--r-- | audio/liteamp/Makefile | 4 |
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" |