diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-07-09 15:40:41 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-07-09 15:40:41 +0000 |
commit | 4447426da30704c61b2cf3a4ac907a76821639b0 (patch) | |
tree | b61aa723141a1394ed8e6c85a52e819581db99c2 /x11 | |
parent | 95034b0da7d525fdfce43ebd7366ea5dcfdd9925 (diff) | |
download | pkgsrc-4447426da30704c61b2cf3a4ac907a76821639b0.tar.gz |
Use xpm's buildlink.mk instead of USE_XPM, set USE_BUILDLINK_ONLY
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xpenguins/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xpenguins/Makefile b/x11/xpenguins/Makefile index 48992cffd09..92cdf5b20b6 100644 --- a/x11/xpenguins/Makefile +++ b/x11/xpenguins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/06/11 22:26:56 zuntum Exp $ +# $NetBSD: Makefile,v 1.7 2001/07/09 15:40:41 zuntum Exp $ # DISTNAME= xpenguins-2.1 @@ -9,9 +9,10 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://xpenguins.seul.org/ COMMENT= Little penguins walking along the tops of your windows -USE_XPM= YES +USE_BUILDLINK_ONLY= YES USE_X11= YES GNU_CONFIGURE= YES +.include "../../graphics/xpm/buildlink.mk" .include "../../mk/bsd.pkg.mk" |