diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | 3bb1003bffe659fe78e3ff049aa5e426d687763a (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /x11/xforms | |
parent | ea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff) | |
download | pkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/xforms')
-rw-r--r-- | x11/xforms/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile index 9efa6438357..0ddd3eb8f26 100644 --- a/x11/xforms/Makefile +++ b/x11/xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2000/08/15 14:29:13 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2000/08/23 23:14:33 tron Exp $ # DISTNAME= bxform-088 @@ -23,8 +23,6 @@ ARCH_SUBDIR= netBSD-${MACHINE_ARCH} DIST_SUBDIR= xforms-${MACHINE_ARCH} -DEPENDS+= xpm-3.4k:../../graphics/xpm - ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k \ NetBSD-*-mipsel NetBSD-*-ns32k NetBSD-*-sparc NetBSD-*-powerpc @@ -38,10 +36,11 @@ DISTNAME= bxform-088-ELF .endif ## Define OBJMACHINE so WRKDIR is defined to be ${MACHINE_ARCH}-specific. -OBJMACHINE= yes +OBJMACHINE= YES -USE_X11BASE= yes -USE_LIBTOOL= yes +USE_X11BASE= YES +USE_XPM= YES +USE_LIBTOOL= YES MAKEFILE= ${FILESDIR}/Makefile PLIST_SRC= ${PKGDIR}/PLIST.mi ${PKGDIR}/PLIST.shlib |