diff options
author | wiz <wiz@pkgsrc.org> | 2000-06-25 12:50:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-06-25 12:50:24 +0000 |
commit | f2e1f2c5b4f57491c589a1ee823f17a4fcc3effe (patch) | |
tree | e17ce51b688b91e830a624fbdf7108a748392ff1 /x11/gnome-applets | |
parent | 96d9dbaf4db2a44cd4a7b1244f878e2342b15ba2 (diff) | |
download | pkgsrc-f2e1f2c5b4f57491c589a1ee823f17a4fcc3effe.tar.gz |
remove superfluous .endif
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" |