aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-09-10 02:54:28 +0800
committerantoine <antoine@FreeBSD.org>2013-09-10 02:54:28 +0800
commitf3571dba2484c54162cc61b8abc288c7ec6cca14 (patch)
tree3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /irc
parent9a21d679f211da2dc3d0c87aa6ee0ed8174b876b (diff)
downloadfreebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.gz
freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.zst
freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.zip
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'irc')
-rw-r--r--irc/cwirc/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/irc/cwirc/Makefile b/irc/cwirc/Makefile
index bec841bd8a0a..f70969508c5e 100644
--- a/irc/cwirc/Makefile
+++ b/irc/cwirc/Makefile
@@ -1,9 +1,5 @@
-# ports collection makefile for: cwirc
-# Date created: 9 April 2008
-# Whom: db
-#
+# Created by: db
# $FreeBSD$
-#
PORTNAME= cwirc
PORTVERSION= 2.0.0
@@ -19,6 +15,8 @@ COMMENT= X-Chat Morse plugin
BUILD_DEPENDS= xchat:${PORTSDIR}/irc/xchat
+USES= pkgconfig
+
post-patch:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \