diff options
author | tron <tron> | 2000-06-02 13:18:43 +0000 |
---|---|---|
committer | tron <tron> | 2000-06-02 13:18:43 +0000 |
commit | ae2ad37d9f4b367afb5be047b5421d6cf0890c39 (patch) | |
tree | f12c78eed2fc2ca1eeb574063e787f9a4aab6cf8 /x11/gnome-core | |
parent | 00327f809c403406acca6b7c381031226e015c7a (diff) | |
download | pkgsrc-ae2ad37d9f4b367afb5be047b5421d6cf0890c39.tar.gz |
Because "libgtop" and APM related applets were moved to "gnome-applets"
remove support for them.
Diffstat (limited to 'x11/gnome-core')
-rw-r--r-- | x11/gnome-core/Makefile | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile index 0431263cea4..bfdc0179ba0 100644 --- a/x11/gnome-core/Makefile +++ b/x11/gnome-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2000/06/01 11:23:44 rh Exp $ +# $NetBSD: Makefile,v 1.44 2000/06/02 13:18:43 tron Exp $ DISTNAME= gnome-core-1.2.0 CATEGORIES= x11 gnome @@ -45,17 +45,4 @@ post-install: <${PKGDIR}/PLIST.${OPSYS} >${PLIST_SRC}; \ fi -.include "../../mk/bsd.prefs.mk" - -.if (${OPSYS} == "NetBSD") -.if (${MACHINE_ARCH} == arm32) || (${MACHINE_ARCH} == i386) || \ - (${MACHINE_ARCH} == m68k) -DEPENDS+= libgtop-*:../../devel/libgtop -.endif - -.if exists(/usr/include/machine/apmvar.h) -CPPFLAGS+= -D__NetBSD_APM__ -.endif -.endif - .include "../../mk/bsd.pkg.mk" |