diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /graphics/cegui | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
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 |