diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-20 18:31:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-20 18:31:19 +0000 |
commit | 9dfaed21c63044a2c5ab752a72bc297944600b73 (patch) | |
tree | 3113fa566f4f1ffae18ecd40863a61b6a3946bc4 /x11 | |
parent | Update to 2.6.1. (diff) |
Link against PTHREAD_LIBS so that the file selection dialog works correctly
when libgnomeui is installed.
Notes
Notes:
svn path=/head/; revision=107740
Diffstat (limited to 'x11')
-rw-r--r-- | x11/zenity/Makefile | 5 |
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 |