summaryrefslogtreecommitdiff
path: root/x11/xforms
diff options
context:
space:
mode:
authorwiz <wiz>2002-07-26 15:21:08 +0000
committerwiz <wiz>2002-07-26 15:21:08 +0000
commitded2fedd7bf13d993174c29ca91c3f32c21151a7 (patch)
treedfa3ca3ba4e7da408faa8a90e9feb901d789da03 /x11/xforms
parent1a85b75a826c695827bb595cee57d1947cf1e549 (diff)
downloadpkgsrc-ded2fedd7bf13d993174c29ca91c3f32c21151a7.tar.gz
Use xpm buildlink instead of USE_XPM. Addresses pkg/17700.
Diffstat (limited to 'x11/xforms')
-rw-r--r--x11/xforms/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile
index 0de36a23fb8..474becc61af 100644
--- a/x11/xforms/Makefile
+++ b/x11/xforms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2002/04/17 04:40:36 fredb Exp $
+# $NetBSD: Makefile,v 1.40 2002/07/26 15:21:08 wiz Exp $
#
DISTNAME= xforms-0.9999
@@ -12,10 +12,10 @@ COMMENT= Graphical user interface toolkit for X Window System
USE_IMAKE= YES
USE_X11= YES
-USE_XPM= YES
MAKE_ENV= DEPEND_DEFINES="-I${BUILDLINK_DIR}/include"
SCRIPTS_ENV= DEPEND_DEFINES="-I${BUILDLINK_DIR}/include"
.include "../../graphics/jpeg/buildlink.mk"
+.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/bsd.pkg.mk"