diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-04 05:54:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-04 05:54:48 +0800 |
commit | 816deb54184d6c7762aad23b141a62f1e8dd6bc2 (patch) | |
tree | f254e1b258cf2d2fa21b77b6489c73a8506dd032 /irc | |
parent | 5cb522145889fcffa8854b1327216155ebea9d55 (diff) | |
download | freebsd-ports-gnome-816deb54184d6c7762aad23b141a62f1e8dd6bc2.tar.gz freebsd-ports-gnome-816deb54184d6c7762aad23b141a62f1e8dd6bc2.tar.zst freebsd-ports-gnome-816deb54184d6c7762aad23b141a62f1e8dd6bc2.zip |
Fix build with bmake
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ii/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/ii/Makefile b/irc/ii/Makefile index 810a5ae53ee1..eb3c4e245318 100644 --- a/irc/ii/Makefile +++ b/irc/ii/Makefile @@ -16,7 +16,9 @@ MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} PORTDOCS= CHANGES FAQ README PORTEXAMPLES= query.sh +.if !defined(.PARSEDIR) MAKE_ARGS= -E CC +.endif .include <bsd.port.options.mk> |