summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-06 13:01:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-06 13:01:53 +0000
commitbeae873ea667e60f3ca6576139a1b6bd9f9d4e4a (patch)
tree60e6bd0c1da61d32c96b74fbcafd43dc4b21eaa6 /x11
parent- Update to checkin 63ec9efc9a (diff)
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=326494
Diffstat (limited to 'x11')
-rw-r--r--x11/fluxbg/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/fluxbg/Makefile b/x11/fluxbg/Makefile
index c6e8135ba4cb..b6c176b03d38 100644
--- a/x11/fluxbg/Makefile
+++ b/x11/fluxbg/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fluxbg
-# Date created: 30 September 2003
-# Whom: Adam Weinberger <adamw@FreeBSD.org>
-#
+# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= fluxbg
PORTVERSION= 0.7
@@ -17,7 +13,7 @@ COMMENT= Background changer for fluxbox/blackbox
LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20
GNU_CONFIGURE= yes
-USES= pathfix
+USES= pathfix pkgconfig
.include <bsd.port.pre.mk>