diff options
author | wiz <wiz> | 2002-06-20 23:48:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-06-20 23:48:25 +0000 |
commit | 2840a59c2a132b9d7e987d5e89fa6da9e537eb23 (patch) | |
tree | 0d535d523415d549e63d482224c6bfdd95472283 /www/links-gui | |
parent | cb6525d8132a339b6f7ae2d1287d4da9781452b8 (diff) | |
download | pkgsrc-2840a59c2a132b9d7e987d5e89fa6da9e537eb23.tar.gz |
Add x11.buildlink.mk so that this links correctly on xpkgwedged systems.
Diffstat (limited to 'www/links-gui')
-rw-r--r-- | www/links-gui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index a9678295b00..e7c8798bf19 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/20 15:11:21 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2002/06/20 23:48:25 wiz Exp $ # PKGNAME= links-gui-2.0 @@ -11,3 +11,4 @@ CONFIGURE_ARGS+= --enable-graphics .include "../../graphics/png/buildlink.mk" .include "../../graphics/tiff/buildlink.mk" .include "../../www/links/Makefile.common" +.include "../../mk/x11.buildlink.mk" |