diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-04-18 08:06:48 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-04-18 08:06:48 +0000 |
commit | 7543fcba1081ab7ae06509fdf5d1f4a9b4beab23 (patch) | |
tree | d4c0746a4c1ecc9fbccc2c71e4833b8b4c8a93fc /net/centericq/Makefile | |
parent | cf60c1d84d635bf1194c34e5eaede1bae30a6859 (diff) | |
download | FreeBSD-ports-7543fcba1081ab7ae06509fdf5d1f4a9b4beab23.zip FreeBSD-ports-7543fcba1081ab7ae06509fdf5d1f4a9b4beab23.tar.gz |
upgrade to 3.22.8
Diffstat (limited to 'net/centericq/Makefile')
-rw-r--r-- | net/centericq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/centericq/Makefile b/net/centericq/Makefile index d1e04dd..d3b1bc4 100644 --- a/net/centericq/Makefile +++ b/net/centericq/Makefile @@ -7,7 +7,7 @@ # PORTNAME= centericq -PORTVERSION= 3.20.5 +PORTVERSION= 3.22.8 CATEGORIES= net MASTER_SITES= http://download.konst.org.ua/ @@ -23,6 +23,6 @@ CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses \ .endif USE_GMAKE= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes .include <bsd.port.post.mk> |