summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authordanw <danw>2000-06-24 16:44:01 +0000
committerdanw <danw>2000-06-24 16:44:01 +0000
commitbb3460a119051e23bdbb58eb694832ad59737e48 (patch)
tree0df1557c5d516ae0bb66ede7abc1258a9e617dc3 /misc
parent3705d9b1164ed7a6c294426b3d16aa1bef7933e1 (diff)
downloadpkgsrc-bb3460a119051e23bdbb58eb694832ad59737e48.tar.gz
After talking with Matthias Scheler, revert support for building without
libgtop, to force people to make the (simple but not completely obvious) changes needed to get libgtop to build on new arches.
Diffstat (limited to 'misc')
-rw-r--r--misc/gnome-utils/Makefile20
1 files changed, 1 insertions, 19 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile
index a95580aebdb..cb6eb20bf06 100644
--- a/misc/gnome-utils/Makefile
+++ b/misc/gnome-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2000/06/24 13:57:52 danw Exp $
+# $NetBSD: Makefile,v 1.21 2000/06/24 16:44:01 danw Exp $
DISTNAME= gnome-utils-1.2.0
CATEGORIES= misc x11 gnome
@@ -10,29 +10,11 @@ HOMEPAGE= http://www.gnome.org/
BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison
DEPENDS+= ncurses>=4.2:../../devel/ncurses
DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
-
-.include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} == "NetBSD")
-.if (${MACHINE_ARCH} == arm32) || (${MACHINE_ARCH} == i386) || \
- (${MACHINE_ARCH} == m68k)
DEPENDS+= libgtop>=1.0.9:../../devel/libgtop
-.endif
-.endif
GNU_CONFIGURE= YES
USE_X11BASE= YES
CONFIGURE_ENV+= XGETTEXT="${LOCALBASE}/bin/xgettext"
CONFIGURE_ARGS= --with-ncurses=${LOCALBASE}
-PLIST_SRC= ${WRKDIR}/PLIST
-
-post-install:
- @if [ -x ${PREFIX}/bin/gdiskfree ]; then \
- ${CP} ${PKGDIR}/PLIST ${PLIST_SRC}; \
- else \
- ${EGREP} -v 'gdiskfree|stripchart' \
- < ${PKGDIR}/PLIST > ${PLIST_SRC}; \
- fi
-
-
.include "../../mk/bsd.pkg.mk"