diff options
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" |