Update to 0.92, and depend on zipios as a LIB_DEPENDS, since we're linking

against a shared library.

Reported by:	vs (zipios issue)
This commit is contained in:
Eric Anholt 2005-10-15 01:47:48 +00:00
parent ca58d94670
commit 8047563112
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145429
2 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= enigma
PORTVERSION= 0.91
PORTVERSION= 0.92
CATEGORIES= games
MASTER_SITES= http://savannah.nongnu.org/download/enigma/
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -15,9 +15,9 @@ DISTNAME= enigma-${PORTVERSION}
MAINTAINER= anholt@FreeBSD.org
COMMENT= Enigma is a reimplementation of Oxyd, a puzzle game
BUILD_DEPENDS= ${LOCALBASE}/lib/libzipios.a:${PORTSDIR}/archivers/zipios++
BUILD_DEPENDS+= ${LOCALBASE}/bin/tolua:${PORTSDIR}/lang/tolua4
LIB_DEPENDS= lua.4:${PORTSDIR}/lang/lua4
BUILD_DEPENDS= ${LOCALBASE}/bin/tolua:${PORTSDIR}/lang/tolua4
LIB_DEPENDS= zipios.0:${PORTSDIR}/archivers/zipios++ \
lua.4:${PORTSDIR}/lang/lua4
USE_GCC= 3.4

View File

@ -1,2 +1,2 @@
MD5 (enigma-0.91.tar.gz) = 784d12ff1846ab05986a6d0c7489e5ea
SIZE (enigma-0.91.tar.gz) = 10748616
MD5 (enigma-0.92.tar.gz) = b33d8fad75910c9a525f4382f5185f75
SIZE (enigma-0.92.tar.gz) = 10768245