summaryrefslogtreecommitdiffstats
path: root/x11/zenity/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-31 10:23:18 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-31 10:23:18 +0800
commit5df4e9c7a033231a9b8d1d401fcac8638a2aa53b (patch)
tree7dd1c2ec30c3ed755b38d5b308deeec29c1b180c /x11/zenity/Makefile
parentb57f2bdd2446b55340131ae234df2f75849c71c5 (diff)
downloadmarcuscom-ports-5df4e9c7a033231a9b8d1d401fcac8638a2aa53b.tar
marcuscom-ports-5df4e9c7a033231a9b8d1d401fcac8638a2aa53b.tar.gz
marcuscom-ports-5df4e9c7a033231a9b8d1d401fcac8638a2aa53b.tar.bz2
marcuscom-ports-5df4e9c7a033231a9b8d1d401fcac8638a2aa53b.tar.lz
marcuscom-ports-5df4e9c7a033231a9b8d1d401fcac8638a2aa53b.tar.xz
marcuscom-ports-5df4e9c7a033231a9b8d1d401fcac8638a2aa53b.tar.zst
marcuscom-ports-5df4e9c7a033231a9b8d1d401fcac8638a2aa53b.zip
Update to 2.5.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1572 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/zenity/Makefile')
-rw-r--r--x11/zenity/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
index 049978612..c43132210 100644
--- a/x11/zenity/Makefile
+++ b/x11/zenity/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= zenity
-PORTVERSION= 1.7
+PORTVERSION= 2.5.1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5
DIST_SUBDIR= gnome2
MAINTAINER= klammer@webonaut.com
@@ -25,13 +25,13 @@ USE_GNOME= gnomeprefix gnomehack libgnomecanvas gconf2
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
MAN1= zenity.1
CONFLICTS= gtkada-1.2.*
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
-
pre-configure:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|@DATADIRNAME@|share|'