diff options
author | wiz <wiz> | 2000-06-25 12:50:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-06-25 12:50:24 +0000 |
commit | aafcf8715aebe53e610d763823d8f36939090abb (patch) | |
tree | e17ce51b688b91e830a624fbdf7108a748392ff1 /x11 | |
parent | 2310c98990c8a3cde89e8cae5ce51bd82a61defc (diff) | |
download | pkgsrc-aafcf8715aebe53e610d763823d8f36939090abb.tar.gz |
remove superfluous .endif
Diffstat (limited to 'x11')
-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" |