summaryrefslogtreecommitdiff
path: root/x11/xpmroot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xpmroot/Makefile')
-rw-r--r--x11/xpmroot/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/xpmroot/Makefile b/x11/xpmroot/Makefile
index 63d906db1c9..e1adc1c1550 100644
--- a/x11/xpmroot/Makefile
+++ b/x11/xpmroot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/05/31 09:11:00 dent Exp $
+# $NetBSD: Makefile,v 1.16 2001/06/29 13:58:52 zuntum Exp $
#
DISTNAME= fvwm-${PKG_VERSION}
@@ -15,15 +15,13 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.fvwm.org/generated/manpages/xpmroot.html
COMMENT= Sets the root window to an Xpm pixmap
+USE_BUILDLINK_ONLY= YES
USE_X11BASE= YES
-USE_XPM= YES
WRKSRC= ${WRKDIR}/${DISTNAME}/utils
-EVAL_PREFIX= XPMDIR=xpm
-
MAKE_ENV+= INSTALL_PROGRAM='${INSTALL_PROGRAM}'
MAKE_ENV+= INSTALL_MAN='${INSTALL_MAN}'
MAKE_ENV+= VERSION=${PKG_VERSION}
-MAKE_ENV+= XPMDIR=${XPMDIR}
+.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/bsd.pkg.mk"