aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dunst
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 00:05:15 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 00:05:15 +0000
commitebf59e1059e14cbf45cb3d41421cc3d8a2e0fc97 (patch)
treea6317faee231cd72cfff2a7a0076e1e7d5ba6fcb /sysutils/dunst
parenta8c6c03c3f9254ffda9e4d1e34869c493e1c45ac (diff)
downloadports-ebf59e1059e14cbf45cb3d41421cc3d8a2e0fc97.tar.gz
ports-ebf59e1059e14cbf45cb3d41421cc3d8a2e0fc97.zip
USE_PERL is no-op for long, the right usage is USES=perl5
Notes
Notes: svn path=/head/; revision=337469
Diffstat (limited to 'sysutils/dunst')
-rw-r--r--sysutils/dunst/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/dunst/Makefile b/sysutils/dunst/Makefile
index c37676770398..4a2db424690c 100644
--- a/sysutils/dunst/Makefile
+++ b/sysutils/dunst/Makefile
@@ -19,10 +19,9 @@ LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
libpango-1.0.so:${PORTSDIR}/x11-toolkits/pango \
libxdg-basedir.so:${PORTSDIR}/x11/libxdg-basedir
-USES= gmake pkgconfig:build
+USES= gmake pkgconfig:build perl5
USE_BZIP2= yes
USE_GNOME= glib20
-USE_PERL= yes
USE_XORG= xext xft xinerama xscrnsaver
MAKE_ARGS+= MANPREFIX="${PREFIX}/man"