diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-31 12:25:16 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-31 12:25:16 +0800 |
commit | 079d760328eb00c1c7ba42709ba54b8e0e86e337 (patch) | |
tree | e67af0d1138e0770f803a3bf3e902347ce492312 /accessibility/gnome-mag/Makefile | |
parent | 8a5f2b093858c9eac1860653511ddb0cb93e433a (diff) | |
download | marcuscom-ports-079d760328eb00c1c7ba42709ba54b8e0e86e337.tar marcuscom-ports-079d760328eb00c1c7ba42709ba54b8e0e86e337.tar.gz marcuscom-ports-079d760328eb00c1c7ba42709ba54b8e0e86e337.tar.bz2 marcuscom-ports-079d760328eb00c1c7ba42709ba54b8e0e86e337.tar.lz marcuscom-ports-079d760328eb00c1c7ba42709ba54b8e0e86e337.tar.xz marcuscom-ports-079d760328eb00c1c7ba42709ba54b8e0e86e337.tar.zst marcuscom-ports-079d760328eb00c1c7ba42709ba54b8e0e86e337.zip |
-Update to 0.11.3.
-Change to USE_LIBTOOL_VER=15, please let me know if I am wrong.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2571 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gnome-mag/Makefile')
-rw-r--r-- | accessibility/gnome-mag/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile index 28c9d73cd..df361ae6f 100644 --- a/accessibility/gnome-mag/Makefile +++ b/accessibility/gnome-mag/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomemag -PORTVERSION= 0.11.2 +PORTVERSION= 0.11.3 CATEGORIES= accessibility gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-mag/0.11 @@ -18,9 +18,9 @@ COMMENT= GNOME screen magnifier USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix atspi libbonobo lthack intlhack +USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" |