diff options
author | kevlo <kevlo@FreeBSD.org> | 2003-05-22 14:27:54 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2003-05-22 14:27:54 +0800 |
commit | 256bc6e5dc3b32f894fa7a424779dfaa97ce7d5c (patch) | |
tree | e2d8aacd9df4d20a91ba8a2292093907ea70c902 /irc/quirc | |
parent | a191de7561ae56d4cdcbfb8b654fe93c69daf2d1 (diff) | |
download | freebsd-ports-graphics-256bc6e5dc3b32f894fa7a424779dfaa97ce7d5c.tar.gz freebsd-ports-graphics-256bc6e5dc3b32f894fa7a424779dfaa97ce7d5c.tar.zst freebsd-ports-graphics-256bc6e5dc3b32f894fa7a424779dfaa97ce7d5c.zip |
Oops, this one is correct
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 797594fda96..1e89f7fdbba 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> |