summaryrefslogtreecommitdiff
path: root/x11/gnome-applets
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-06-25 12:50:24 +0000
committerwiz <wiz@pkgsrc.org>2000-06-25 12:50:24 +0000
commitf2e1f2c5b4f57491c589a1ee823f17a4fcc3effe (patch)
treee17ce51b688b91e830a624fbdf7108a748392ff1 /x11/gnome-applets
parent96d9dbaf4db2a44cd4a7b1244f878e2342b15ba2 (diff)
downloadpkgsrc-f2e1f2c5b4f57491c589a1ee823f17a4fcc3effe.tar.gz
remove superfluous .endif
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r--x11/gnome-applets/Makefile3
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"