diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-22 02:13:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-22 02:13:15 +0800 |
commit | 5fe3b66e93dfb0b9c90f3e0149c9363c8de0563f (patch) | |
tree | 10eeb822f31b547c13bc10b22ef5d8faaa89a88f /x11/gnomepanel/Makefile | |
parent | a68008e5594c00527ed3d262d1cf288352a03659 (diff) | |
download | marcuscom-ports-5fe3b66e93dfb0b9c90f3e0149c9363c8de0563f.tar marcuscom-ports-5fe3b66e93dfb0b9c90f3e0149c9363c8de0563f.tar.gz marcuscom-ports-5fe3b66e93dfb0b9c90f3e0149c9363c8de0563f.tar.bz2 marcuscom-ports-5fe3b66e93dfb0b9c90f3e0149c9363c8de0563f.tar.lz marcuscom-ports-5fe3b66e93dfb0b9c90f3e0149c9363c8de0563f.tar.xz marcuscom-ports-5fe3b66e93dfb0b9c90f3e0149c9363c8de0563f.tar.zst marcuscom-ports-5fe3b66e93dfb0b9c90f3e0149c9363c8de0563f.zip |
Update to 2.3.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@787 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomepanel/Makefile')
-rw-r--r-- | x11/gnomepanel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index f1b99c740..fb5cd6726 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomepanel -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/2.3 @@ -27,7 +27,7 @@ USE_LIBTOOL= yes CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ --with-kde-docdir=${LOCALBASE}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" MAN1= gnome-panel.1 gnome-panel-preferences.1 |