diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-19 04:48:49 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-19 04:48:49 +0800 |
commit | 7f5373ff18bceb5a9b47286eb7ee3cb74a15e3a6 (patch) | |
tree | c1e48535903b124bad33f82bae7d8f0249ecedec /deskutils/gnome-utils/Makefile | |
parent | f023c1506575dd049081abebfc76250770518e9f (diff) | |
download | marcuscom-ports-7f5373ff18bceb5a9b47286eb7ee3cb74a15e3a6.tar.gz marcuscom-ports-7f5373ff18bceb5a9b47286eb7ee3cb74a15e3a6.tar.zst marcuscom-ports-7f5373ff18bceb5a9b47286eb7ee3cb74a15e3a6.zip |
Update to 2.3.2. Say good-bye to gnome-calculator and gnome-charmap.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@766 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnome-utils/Makefile')
-rw-r--r-- | deskutils/gnome-utils/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index 4d934268e..22d722026 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeutils2 -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 PORTEPOCH= 1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -25,11 +25,9 @@ GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" -MAN1= gnome-calculator.1 \ - gnome-character-map.1 gnome-dictionary.1 \ - gnome-search-tool.1 gnome-system-log.1 gdialog.1 +MAN1= gnome-dictionary.1 gnome-search-tool.1 gnome-system-log.1 gdialog.1 post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |