diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 08:29:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 08:29:58 +0000 |
commit | 09ca3c957fbf3624a851d63eab21a44c2e3eafb4 (patch) | |
tree | 6fb1df644f81a53cdbb2b10a95a0033c9ccdc414 /games/enigma/Makefile | |
parent | 342c9d91b036cc49dc9ba99daad918470fdb8a9c (diff) | |
download | ports-09ca3c957fbf3624a851d63eab21a44c2e3eafb4.tar.gz ports-09ca3c957fbf3624a851d63eab21a44c2e3eafb4.zip |
Notes
Diffstat (limited to 'games/enigma/Makefile')
-rw-r--r-- | games/enigma/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile index a264bbe2255f..bfdc8f45b5eb 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -7,7 +7,7 @@ PORTNAME= enigma PORTVERSION= 1.01 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= BERLIOS/enigma-game DISTNAME= ${PORTNAME}-${PORTVERSION}-64bit @@ -15,10 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-64bit MAINTAINER= amdmi3@FreeBSD.org COMMENT= Enigma is a reimplementation of Oxyd, a puzzle game -BROKEN= zipios++ has gone - -LIB_DEPENDS= zipios.0:${PORTSDIR}/archivers/zipios++ \ - xerces-c.27:${PORTSDIR}/textproc/xerces-c2 +LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 BUILD_DEPENDS= ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet USE_GMAKE= yes @@ -50,7 +47,7 @@ PLIST_SUB+= NLS="@comment " .endif post-extract: - @${RM} -rf ${WRKSRC}/lib-src/lua ${WRKSRC}/lib-src/zipios++ \ + @${RM} -rf ${WRKSRC}/lib-src/lua \ ${WRKSRC}/lib-src/enet ${WRKSRC}/tools ${WRKSRC}/intl post-patch: |