summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 19:55:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 19:55:48 +0000
commit0e4c70bcc8fcdb0403d753f8ca387c8e78a47db3 (patch)
tree75e8ab6c627957618692c95d7dad6a3f1adee9d9 /irc
parent- Convert to the new perl5 framework (diff)
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=326070
Diffstat (limited to 'irc')
-rw-r--r--irc/dxirc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/dxirc/Makefile b/irc/dxirc/Makefile
index 09c7deac694f..0a57441d2ba9 100644
--- a/irc/dxirc/Makefile
+++ b/irc/dxirc/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16
USE_XORG= xft
-USE_GMAKE= yes
+USES= gmake pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}