diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-22 23:06:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-22 23:06:48 +0000 |
commit | e4c6499c58e30a96c8b4206725677030b5083bd8 (patch) | |
tree | 8a01f3b481f19e04cc8e8b9dd5259dad1903052a /x11/gnomepanel | |
parent | 720dd2e225a8d3e25a9e58813c04cb1bb3440d3f (diff) | |
download | ports-e4c6499c58e30a96c8b4206725677030b5083bd8.tar.gz ports-e4c6499c58e30a96c8b4206725677030b5083bd8.zip |
Notes
Diffstat (limited to 'x11/gnomepanel')
-rw-r--r-- | x11/gnomepanel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index b4f467795dae..58caf809b294 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomepanel PORTVERSION= 1.5.21 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta5 @@ -27,7 +28,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --disable-gtk-doc \ --with-kde-datadir=${LOCALBASE}/share \ --with-kde-docdir=${LOCALBASE}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |