diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /graphics/cegui | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'graphics/cegui')
-rw-r--r-- | graphics/cegui/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 711504ac2a0b..a4ab0bf9b33a 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -7,7 +7,6 @@ PORTNAME= cegui PORTVERSION= 0.4.1 -PORTREVISION= 0 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=crayzedsgui @@ -21,7 +20,6 @@ LIB_DEPENDS= IL.1:${PORTSDIR}/graphics/devil WRKSRC= ${WRKDIR}/${PORTNAME}_mk2 CONFIGURE_ARGS= --without-xerces-c USE_REINPLACE= YES -USE_AUTOTOOLS= libtool:13 GNU_CONFIGURE= YES INSTALLS_SHLIB= YES USE_GCC= 3.4 |