diff options
author | minskim <minskim> | 2004-12-14 06:21:50 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-14 06:21:50 +0000 |
commit | 2bbb4d6543ad41587dbeab8265c590dd320d5c65 (patch) | |
tree | 4ac28b09fba8b3b727e5a15cfe63544983adf397 | |
parent | 36e26deacef9e21e7c84cf28e53c719780d1398e (diff) | |
download | pkgsrc-2bbb4d6543ad41587dbeab8265c590dd320d5c65.tar.gz |
Needs pkg-config.
-rw-r--r-- | audio/gmpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile index 12c9b0ae8ba..c3570973e8d 100644 --- a/audio/gmpc/Makefile +++ b/audio/gmpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/11/29 20:45:42 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/14 06:21:50 minskim Exp $ # DISTNAME= gmpc-0.11.2 @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" |