diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-08-16 03:20:45 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-08-16 03:20:45 +0000 |
commit | 467d8adb70fbb19998bb0be606dbe8c20ab50c0e (patch) | |
tree | 05a16e18ae32f165cf8117cf1c13b6cd2ff23564 /audio/xmms-dspectogram/Makefile | |
parent | aaac659eb8e74cc431087875585e7f569c812fea (diff) | |
download | pkgsrc-467d8adb70fbb19998bb0be606dbe8c20ab50c0e.tar.gz |
use $GTK_CONFIG over gtk-config
Diffstat (limited to 'audio/xmms-dspectogram/Makefile')
-rw-r--r-- | audio/xmms-dspectogram/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-dspectogram/Makefile b/audio/xmms-dspectogram/Makefile index bb49d6a7d29..3c819e18b7c 100644 --- a/audio/xmms-dspectogram/Makefile +++ b/audio/xmms-dspectogram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/08/16 03:10:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2001/08/16 03:20:46 hubertf Exp $ # DISTNAME= dspectogram-1.2 @@ -14,6 +14,7 @@ DEPENDS+= xmms>=1.2.5:../../audio/xmms USE_X11= yes USE_LIBTOOL= yes +MAKE_ENV+= GTK_CONFIG=${BUILDLINK_CONFIG_WRAPPER.gtk} pre-build: cd ${WRKSRC} ; ${MAKE} clean |