summaryrefslogtreecommitdiff
path: root/x11/xforms
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-07-03 20:59:05 +0000
committerzuntum <zuntum@pkgsrc.org>2001-07-03 20:59:05 +0000
commit8af1756d989c82326fe228296390aefdb695c2da (patch)
tree9020fd6b439dfb35178cc83dde8ed2d033364e3d /x11/xforms
parent6c57490e71c4edc3634fe047a8bfd1c6674ea748 (diff)
downloadpkgsrc-8af1756d989c82326fe228296390aefdb695c2da.tar.gz
First step in conversion to buildlink.mk -- use xpm's buildlink instead of USE_XPM
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 7f458c4d02f..7decce2cf72 100644
--- a/x11/xforms/Makefile
+++ b/x11/xforms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2001/02/17 17:07:08 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2001/07/03 20:59:05 zuntum Exp $
#
DISTNAME= bxform-088
@@ -42,7 +42,6 @@ DISTNAME= bxform-088-ELF
OBJMACHINE= YES
USE_X11BASE= YES
-USE_XPM= YES
USE_LIBTOOL= YES
MAKEFILE= ${FILESDIR}/Makefile
PLIST_SRC= ${PKGDIR}/PLIST.mi ${PKGDIR}/PLIST.shlib
@@ -72,4 +71,5 @@ post-install:
${PREFIX}/lib/libxforms.so.${SHLIB_MAJOR} \
${PREFIX}/lib/libxforms.so
+.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/bsd.pkg.mk"