diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2003-05-22 06:27:54 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2003-05-22 06:27:54 +0000 |
commit | 064df8255c0dae4a6b0250f8bb7c8689377e3e41 (patch) | |
tree | bf2068adf1a86e068841fafbb5a1f1042e5fb033 /irc/quirc | |
parent | a6d0abbc6920b11a5dd5470d10939177c3cdd0df (diff) | |
download | ports-064df8255c0dae4a6b0250f8bb7c8689377e3e41.tar.gz ports-064df8255c0dae4a6b0250f8bb7c8689377e3e41.zip |
Notes
Diffstat (limited to 'irc/quirc')
-rw-r--r-- | irc/quirc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile index 797594fda969..1e89f7fdbba5 100644 --- a/irc/quirc/Makefile +++ b/irc/quirc/Makefile @@ -15,8 +15,6 @@ COMMENT= An irc client for the X Window System that uses TCL/TK LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 -.include <bsd.port.pre.mk> - USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -pedantic" @@ -41,4 +39,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |