summaryrefslogtreecommitdiff
path: root/x11/xpenguins
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-07-09 15:40:41 +0000
committerzuntum <zuntum>2001-07-09 15:40:41 +0000
commitd7497e1b5a2cc546eaff245ad20d415229982ee9 (patch)
treeb61aa723141a1394ed8e6c85a52e819581db99c2 /x11/xpenguins
parent09fc957524187ab0239eccd0357fdd3fb4a0fafe (diff)
downloadpkgsrc-d7497e1b5a2cc546eaff245ad20d415229982ee9.tar.gz
Use xpm's buildlink.mk instead of USE_XPM, set USE_BUILDLINK_ONLY
Diffstat (limited to 'x11/xpenguins')
-rw-r--r--x11/xpenguins/Makefile5
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"