diff options
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r-- | x11/gnome-applets/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 6c053827810..565f9a76405 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/06/24 16:44:03 danw Exp $ +# $NetBSD: Makefile,v 1.4 2000/06/25 12:50:24 wiz Exp $ # DISTNAME= gnome-applets-1.2.0 @@ -19,6 +19,5 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" .if exists(/usr/include/machine/apmvar.h) CPPFLAGS+= -D__NetBSD_APM__ .endif -.endif .include "../../mk/bsd.pkg.mk" |