diff options
Diffstat (limited to 'textproc/etoile-ogrekit/Makefile')
-rw-r--r-- | textproc/etoile-ogrekit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/etoile-ogrekit/Makefile b/textproc/etoile-ogrekit/Makefile index d7779b65573f..743c75ea216f 100644 --- a/textproc/etoile-ogrekit/Makefile +++ b/textproc/etoile-ogrekit/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ogrekit -PORTVERSION= 0.2 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= textproc gnustep MASTER_SITES= http://download.gna.org/etoile/ PKGNAMEPREFIX= etoile- @@ -18,6 +17,7 @@ COMMENT= Etoile Project OgreKit framework LIB_DEPENDS= onig:${PORTSDIR}/${ONIGURUMA4_PORT} +USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes @@ -25,6 +25,7 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} +DEFAULT_LIBVERSION= 1.2.1 WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} USE_GNUSTEP_MAKE_DIRS+= Frameworks/OgreKit ADDITIONAL_OBJCFLAGS+= -DONIGURUMA_4 |