summaryrefslogtreecommitdiffstats
path: root/www/libepc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/libepc/Makefile')
-rw-r--r--www/libepc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/libepc/Makefile b/www/libepc/Makefile
index db3fee4a0..8ba654cda 100644
--- a/www/libepc/Makefile
+++ b/www/libepc/Makefile
@@ -4,6 +4,7 @@
PORTNAME= libepc
PORTVERSION= 0.4.4
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= GNOME
@@ -15,11 +16,12 @@ LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
libgnutls.so:${PORTSDIR}/security/gnutls \
libavahi-ui-gtk3.so:${PORTSDIR}/net/avahi-gtk3
-USES= gettext gmake pathfix pkgconfig tar:xz
+USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix gtk30
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>