diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-05-25 17:49:58 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-05-25 17:49:58 +0000 |
commit | 32e961da461009f84ec99279b167fa2bcb882d68 (patch) | |
tree | 7a908e452fdde65de78f312313f580754691da6c /graphics/cegui | |
parent | f9e0b1c47ecbc17299f85df4a4ecf77fde9d3be5 (diff) | |
download | ports-32e961da461009f84ec99279b167fa2bcb882d68.tar.gz ports-32e961da461009f84ec99279b167fa2bcb882d68.zip |
Notes
Diffstat (limited to 'graphics/cegui')
-rw-r--r-- | graphics/cegui/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 574da693c9e8..2398cd5b1d4a 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -7,7 +7,7 @@ PORTNAME= cegui PORTVERSION= 0.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=crayzedsgui @@ -22,10 +22,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_mk2 CONFIGURE_ARGS= --without-xerces-c GNU_CONFIGURE= YES INSTALLS_SHLIB= YES -USE_GCC= 3.4 USE_BZIP2= YES USE_GL= YES -USE_X_PREFIX= YES +USE_XLIB= YES USE_GNOME= gnomehack post-patch: |