diff options
author | zuntum <zuntum> | 2001-07-03 20:59:05 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-07-03 20:59:05 +0000 |
commit | fadfa1794cf55ca1bfa808442b69c8dd6e59ee73 (patch) | |
tree | 9020fd6b439dfb35178cc83dde8ed2d033364e3d /x11/xforms/Makefile | |
parent | 5bbdc6e2e3482dd2cd1e75099bade2eb55c18828 (diff) | |
download | pkgsrc-fadfa1794cf55ca1bfa808442b69c8dd6e59ee73.tar.gz |
First step in conversion to buildlink.mk -- use xpm's buildlink instead of USE_XPM
Diffstat (limited to 'x11/xforms/Makefile')
-rw-r--r-- | x11/xforms/Makefile | 4 |
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" |