aboutsummaryrefslogtreecommitdiff
path: root/audio/gdcd/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-22 05:53:07 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-22 05:53:07 +0000
commita8f917f75f44e48b1dac31c169e8aa43686320ad (patch)
tree065d2a432960c2cc76760cd42586833151272f4d /audio/gdcd/Makefile
parentf67050feec4e2f79ffec5dbba5cc0ab9d53cbe49 (diff)
Unleash this port upon the people. Actually make it work by changing the
"gtk-config" -> "gtk12-config" assumption made in Makefile.in.
Notes
Notes: svn path=/head/; revision=29764
Diffstat (limited to 'audio/gdcd/Makefile')
-rw-r--r--audio/gdcd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/gdcd/Makefile b/audio/gdcd/Makefile
index a981b4beba67..50d4190df17f 100644
--- a/audio/gdcd/Makefile
+++ b/audio/gdcd/Makefile
@@ -10,15 +10,16 @@ PORTVERSION= 0.0.2
CATEGORIES= audio
MASTER_SITES= http://cdcd.undergrid.net/gdcd/source_archive/
-MAINTAINER= will@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
cdaudio.1:${PORTSDIR}/audio/libcdaudio \
Imlib.5:${PORTSDIR}/graphics/imlib
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" GTK_CONFIG="${GTK_CONFIG}"
# for libcdaudio
CPPFLAGS+= -I${LOCALBASE}/include