summaryrefslogtreecommitdiff
path: root/x11/gnome-applets
diff options
context:
space:
mode:
authorrh <rh>2000-06-03 17:31:44 +0000
committerrh <rh>2000-06-03 17:31:44 +0000
commit64fd01a586fc541a55b63b3b86f4fa7167e09b0b (patch)
tree73a346dde5bc91c36e52f1ded24a6be20362bb71 /x11/gnome-applets
parent279c70ba3f018477eb0aa5e2da3d53887e4810f1 (diff)
downloadpkgsrc-64fd01a586fc541a55b63b3b86f4fa7167e09b0b.tar.gz
Make this compile under ELF by pulling -I${LOCALBASE} into CPPFLAGS
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r--x11/gnome-applets/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile
index f0ac5b543c8..c3f7697345d 100644
--- a/x11/gnome-applets/Makefile
+++ b/x11/gnome-applets/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/02 13:08:29 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2000/06/03 17:31:44 rh Exp $
#
DISTNAME= gnome-applets-1.2.0
@@ -10,9 +10,10 @@ HOMEPAGE= http://www.gnome.org/
DEPENDS+= gnome-core-*:../../x11/gnome-core
-USE_X11BASE= yes
-GNU_CONFIGURE= YES
USE_GMAKE= yes
+USE_X11BASE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
.include "../../mk/bsd.prefs.mk"