aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-20 18:31:19 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-20 18:31:19 +0000
commit9dfaed21c63044a2c5ab752a72bc297944600b73 (patch)
tree3113fa566f4f1ffae18ecd40863a61b6a3946bc4
parent5e7a88945923c06905b4038110b3b3b91f35de52 (diff)
downloadports-9dfaed21c63044a2c5ab752a72bc297944600b73.tar.gz
ports-9dfaed21c63044a2c5ab752a72bc297944600b73.zip
Link against PTHREAD_LIBS so that the file selection dialog works correctly
when libgnomeui is installed.
Notes
Notes: svn path=/head/; revision=107740
-rw-r--r--x11/zenity/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
index c792e99c53a8..382ee1fa68bd 100644
--- a/x11/zenity/Makefile
+++ b/x11/zenity/Makefile
@@ -7,6 +7,7 @@
PORTNAME= zenity
PORTVERSION= 2.6.1
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6
@@ -25,8 +26,8 @@ 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"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
MAN1= zenity.1