summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeprintui/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-12-11 11:34:18 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-12-11 11:34:18 +0800
commitfcf8a1af051c743402aa81b48ba5dc4393418e7f (patch)
tree9820202e87dba35278ad90e842d733185e6b11a4 /x11-toolkits/libgnomeprintui/Makefile
parenta784b01b36c3a86de40768153de92262e7558b5b (diff)
downloadmarcuscom-ports-fcf8a1af051c743402aa81b48ba5dc4393418e7f.tar
marcuscom-ports-fcf8a1af051c743402aa81b48ba5dc4393418e7f.tar.gz
marcuscom-ports-fcf8a1af051c743402aa81b48ba5dc4393418e7f.tar.bz2
marcuscom-ports-fcf8a1af051c743402aa81b48ba5dc4393418e7f.tar.lz
marcuscom-ports-fcf8a1af051c743402aa81b48ba5dc4393418e7f.tar.xz
marcuscom-ports-fcf8a1af051c743402aa81b48ba5dc4393418e7f.tar.zst
marcuscom-ports-fcf8a1af051c743402aa81b48ba5dc4393418e7f.zip
Don't link against libc.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@269 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgnomeprintui/Makefile')
-rw-r--r--x11-toolkits/libgnomeprintui/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile
index 37e4ee16f..9cfcb662c 100644
--- a/x11-toolkits/libgnomeprintui/Makefile
+++ b/x11-toolkits/libgnomeprintui/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libgnomeprintui
PORTVERSION= 2.1.3
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1
@@ -25,7 +26,7 @@ USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
USE_BISON= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"