diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-23 07:06:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-23 07:06:48 +0800 |
commit | 061e93a45ff08c6b8ece9a2e9bd59e742b1beaf6 (patch) | |
tree | 637dde9584e66df30e2dcd6aa63335ea359e42a0 /x11/gnome-panel | |
parent | 43ab198355061e963327b40dbda3cbfbad4b4404 (diff) | |
download | freebsd-ports-gnome-061e93a45ff08c6b8ece9a2e9bd59e742b1beaf6.tar.gz freebsd-ports-gnome-061e93a45ff08c6b8ece9a2e9bd59e742b1beaf6.tar.zst freebsd-ports-gnome-061e93a45ff08c6b8ece9a2e9bd59e742b1beaf6.zip |
Fix Xinerama support. Bump PORTREVISION.
Submitted by: Franz Klammer <klammer@webonaut.com>
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index b4f467795dae..58caf809b294 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/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} |