From a8f917f75f44e48b1dac31c169e8aa43686320ad Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Thu, 22 Jun 2000 05:53:07 +0000 Subject: Unleash this port upon the people. Actually make it work by changing the "gtk-config" -> "gtk12-config" assumption made in Makefile.in. --- audio/gdcd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'audio') 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 -- cgit v1.2.3