diff options
author | danw <danw@pkgsrc.org> | 2000-06-24 16:44:01 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2000-06-24 16:44:01 +0000 |
commit | 88951ee0d279d7f67e60970baf895918c26bbb59 (patch) | |
tree | 0df1557c5d516ae0bb66ede7abc1258a9e617dc3 /misc | |
parent | 600dacad68caab91a1229516dd79a1ebd6c1cc14 (diff) | |
download | pkgsrc-88951ee0d279d7f67e60970baf895918c26bbb59.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/Makefile | 20 |
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" |