aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2004-04-09 19:25:59 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2004-04-09 19:25:59 +0000
commit51885eb02aa437bf422ac96441c9705283e95540 (patch)
tree9344b7f6440d60943f6c1570d8ce25bb146bfee5 /x11-toolkits
parent5721d1f89a7f36ec94e56050d1028df5b70ee5da (diff)
downloadports-51885eb02aa437bf422ac96441c9705283e95540.tar.gz
ports-51885eb02aa437bf422ac96441c9705283e95540.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libgnomeprintui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile
index f7496a9fc5ab..601d9f2a2e2d 100644
--- a/x11-toolkits/libgnomeprintui/Makefile
+++ b/x11-toolkits/libgnomeprintui/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libgnomeprintui
PORTVERSION= 2.6.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6
@@ -29,6 +29,6 @@ INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=13
USE_BISON= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+ LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>