diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-18 16:18:51 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-18 16:18:51 +0000 |
commit | f8b1ecc4f158de8f33d44574f232d582813458cb (patch) | |
tree | 2958fe5c04c9272987e7d846435d83364e660b01 /net-im/centericq/Makefile | |
parent | 2147a6ff4e92e71fe49aa6fc36caf83773b6f68f (diff) | |
download | FreeBSD-ports-f8b1ecc4f158de8f33d44574f232d582813458cb.zip FreeBSD-ports-f8b1ecc4f158de8f33d44574f232d582813458cb.tar.gz |
Added iconv library dependence (this should fix package building)
Deleted useless configure environment, arguments and other 'patches' (already
default values or not needed)
Adapted comment and description to actual version
PR: 37218
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Diffstat (limited to 'net-im/centericq/Makefile')
-rw-r--r-- | net-im/centericq/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index c972124..fa42ff9 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -15,13 +15,11 @@ MASTER_SITES= http://konst.org.ua/download/ MAINTAINER= ijliao@FreeBSD.org LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ + iconv.3:${PORTSDIR}/converters/libiconv \ sigc.1:${PORTSDIR}/devel/libsigc++ USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl -liconv" -CONFIGURE_ARGS= --without-included-gettext MAN1= centericq.1 @@ -29,12 +27,6 @@ MAN1= centericq.1 .if ${OSVERSION} < 400010 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses -CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses \ - -I${LOCALBASE}/include -I/usr/include .endif -post-patch: - @${PERL} -pi -e "s,\$\(pkgdatadir\),\$\(mandir\),g ; \ - s,intl,,g" ${WRKSRC}/Makefile.in - .include <bsd.port.post.mk> |