aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gnocl
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-05-12 10:50:39 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-05-12 10:50:39 +0000
commitc0ee1ce198fd9c6483d474389878f95fe3e076f1 (patch)
tree567001d7eef57e2cdd0cf8ec21126ea6d9bc4867 /x11-toolkits/gnocl
parentf1f3efe6ae8ed274afb95015524401e2fd9d1b5a (diff)
downloadports-c0ee1ce198fd9c6483d474389878f95fe3e076f1.tar.gz
ports-c0ee1ce198fd9c6483d474389878f95fe3e076f1.zip
Notes
Diffstat (limited to 'x11-toolkits/gnocl')
-rw-r--r--x11-toolkits/gnocl/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile
index 7f993331af72..9cd7e8528fa9 100644
--- a/x11-toolkits/gnocl/Makefile
+++ b/x11-toolkits/gnocl/Makefile
@@ -12,12 +12,11 @@ COMMENT= GTK+ and Gnome extension for Tcl
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/license.terms
-LIB_DEPENDS= canberra:${PORTSDIR}/audio/libcanberra \
- notify:${PORTSDIR}/devel/libnotify \
- gtkimageview:${PORTSDIR}/x11-toolkits/gtkimageview
+LIB_DEPENDS= libcanberra.so:${PORTSDIR}/audio/libcanberra \
+ libnotify.so:${PORTSDIR}/devel/libnotify \
+ libgtkimageview.so:${PORTSDIR}/x11-toolkits/gtkimageview
-USE_BZIP2= yes
-USES= gmake pkgconfig tcl
+USES= gmake pkgconfig tar:bzip2 tcl
USE_GNOME= gtk20 libglade2
USE_LDCONFIG= yes
CFLAGS+= -I${TCL_INCLUDEDIR} -L${TCL_LIBDIR}
@@ -34,12 +33,11 @@ PLIST_FILES= ${BASEDIR}/${PORTNAME}.so \
${BASEDIR}/pkgIndex.tcl
PLIST_DIRS= ${BASEDIR}
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|tclsh|${TCLSH}|; \
s|%%LOCALBASE%%|${LOCALBASE}|; \
s|%%SHORT_TCL_VER%%|${TCL_VER:S/.//}|' \
${BUILD_WRKSRC}/Makefile
- ${REINPLACE_CMD} -e 's|\[info library\]|${PREFIX}/lib|; s|tclsh|${TCLSH}|g;' ${BUILD_WRKSRC}/install.tcl
+ ${REINPLACE_CMD} -e 's|\[info library\]|${STAGEDIR}${PREFIX}/lib|; s|tclsh|${TCLSH}|g;' ${BUILD_WRKSRC}/install.tcl
.include <bsd.port.mk>