aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libwnck/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-03 01:23:13 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-03 01:23:13 +0000
commit377ee4519301f4622d48c1d3e4b25d46ce7fd2ca (patch)
treeb7fcafa8a384c70bc11a0b85104355115435e1e3 /x11-toolkits/libwnck/Makefile
parent337ddf44a00e802e319bc62bbe0115f0ad3fffc9 (diff)
Notes
Diffstat (limited to 'x11-toolkits/libwnck/Makefile')
-rw-r--r--x11-toolkits/libwnck/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile
index e87c5256345d..d528f1bf3e81 100644
--- a/x11-toolkits/libwnck/Makefile
+++ b/x11-toolkits/libwnck/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libwnck
-PORTVERSION= 2.2.1
+PORTVERSION= 2.2.2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2
@@ -26,10 +26,6 @@ USE_BISON= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>