diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 21:54:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 21:54:48 +0000 |
commit | 5899c2dceccd2f5de8c5d329d7b251c0adb706ed (patch) | |
tree | f254e1b258cf2d2fa21b77b6489c73a8506dd032 /irc/ii | |
parent | 20a2d5ec845cfeb233491e9bc0a963d41ecb59d8 (diff) |
Notes
Diffstat (limited to 'irc/ii')
-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> |