diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-13 23:03:33 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-13 23:03:33 +0000 |
commit | b99b6de78bbe0146a7ec0568750ac4ab1ca70b03 (patch) | |
tree | 547a9c38876b36e23a4e34b79cfe0d7b4b6ca8ad /ham/xdx | |
parent | a0c283e28c037d1ead3ce6d7f71d326e5f585e49 (diff) | |
download | pkgsrc-b99b6de78bbe0146a7ec0568750ac4ab1ca70b03.tar.gz |
Needs pkg-config.
Diffstat (limited to 'ham/xdx')
-rw-r--r-- | ham/xdx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/xdx/Makefile b/ham/xdx/Makefile index c23004c2c7d..f806c1ff15d 100644 --- a/ham/xdx/Makefile +++ b/ham/xdx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:59 tv Exp $ +# $NetBSD: Makefile,v 1.5 2004/12/13 23:05:56 minskim Exp $ # DISTNAME= xdx-1.1 @@ -17,5 +17,6 @@ USE_PKGLOCALEDIR=yes BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |