diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-04-04 21:31:00 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-04-04 21:31:00 +0000 |
commit | 9753fad737e6538aaf631be0a45907c0ce7802ce (patch) | |
tree | e7baadf14236829c82ab74d9c5531e1df5798076 /irc | |
parent | 1774725d034f37d62a7dced7a449a1eb9ba2ae9d (diff) | |
download | ports-9753fad737e6538aaf631be0a45907c0ce7802ce.tar.gz ports-9753fad737e6538aaf631be0a45907c0ce7802ce.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/epic4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index b70f0379b1c3..f5499e1e8071 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -7,6 +7,7 @@ PORTNAME= epic4 PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \ http://tehran.lain.pl/epic-mirror/EPIC4-PRODUCTION/ \ @@ -28,6 +29,7 @@ USE_OPENSSL= yes SUB_FILES= pkg-message PLIST_SUB+= PORTVERSION=${PORTVERSION} USE_BZIP2= yes +CFLAGS:= ${CFLAGS:C/-O2/-g -O/g} OPTIONS= IPV6 "IPv6 support" on \ TCL "TCL support" on \ |