summaryrefslogtreecommitdiffstats
path: root/accessibility/gnome-mag/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-01 03:27:46 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-01 03:27:46 +0800
commit06bb1a36190395ab83cd33318f3143645b6eecdc (patch)
tree0856fa49260a9b2c492326b869d8fd16fed2764e /accessibility/gnome-mag/Makefile
parentbaf91920252f8509f6a82442d3db4da3feb173d5 (diff)
downloadmarcuscom-ports-06bb1a36190395ab83cd33318f3143645b6eecdc.tar
marcuscom-ports-06bb1a36190395ab83cd33318f3143645b6eecdc.tar.gz
marcuscom-ports-06bb1a36190395ab83cd33318f3143645b6eecdc.tar.bz2
marcuscom-ports-06bb1a36190395ab83cd33318f3143645b6eecdc.tar.lz
marcuscom-ports-06bb1a36190395ab83cd33318f3143645b6eecdc.tar.xz
marcuscom-ports-06bb1a36190395ab83cd33318f3143645b6eecdc.tar.zst
marcuscom-ports-06bb1a36190395ab83cd33318f3143645b6eecdc.zip
Update to 0.10.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@690 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gnome-mag/Makefile')
-rw-r--r--accessibility/gnome-mag/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile
index 30a199c5e..aa0db7fae 100644
--- a/accessibility/gnome-mag/Makefile
+++ b/accessibility/gnome-mag/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= gnomemag
-PORTVERSION= 0.9.1
+PORTVERSION= 0.10.2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-mag/0.9
+MASTER_SITE_SUBDIR= sources/gnome-mag/0.10
DISTNAME= gnome-mag-${PORTVERSION}
DIST_SUBDIR= gnome2
@@ -22,8 +22,8 @@ USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \