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-dscope/Makefile | |
parent | aaac659eb8e74cc431087875585e7f569c812fea (diff) | |
download | pkgsrc-467d8adb70fbb19998bb0be606dbe8c20ab50c0e.tar.gz |
use $GTK_CONFIG over gtk-config
Diffstat (limited to 'audio/xmms-dscope/Makefile')
-rw-r--r-- | audio/xmms-dscope/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-dscope/Makefile b/audio/xmms-dscope/Makefile index 8df7b36c742..89c5dc7f4a8 100644 --- a/audio/xmms-dscope/Makefile +++ b/audio/xmms-dscope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/08/16 03:10:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/08/16 03:20:45 hubertf Exp $ # DISTNAME= dscope-1.2 @@ -12,6 +12,7 @@ COMMENT= XMMS plugin for dual scope USE_X11= yes USE_LIBTOOL= yes +MAKE_ENV+= GTK_CONFIG=${BUILDLINK_CONFIG_WRAPPER.gtk} pre-build: cd ${WRKSRC} ; ${MAKE} clean |