diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 11:20:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 11:20:17 +0000 |
commit | 6c0425c0a86a9b2977f073cc10a15bf90d5277ba (patch) | |
tree | fdc045becacb16d44fbca787ce1979ecd0640210 /games/nimuh | |
parent | ff21005dec68219a8bfe7c6f5ce8b0725de7b73a (diff) |
Notes
Diffstat (limited to 'games/nimuh')
-rw-r--r-- | games/nimuh/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/nimuh/Makefile b/games/nimuh/Makefile index 61e57281558b..56dc157e6e89 100644 --- a/games/nimuh/Makefile +++ b/games/nimuh/Makefile @@ -7,7 +7,7 @@ PORTNAME= nimuh PORTVERSION= 1.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} ${PORTNAME}-data-${PORTVERSION}${EXTRACT_SUFX} @@ -15,10 +15,12 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} ${PORTNAME}-data-${PORTVERS MAINTAINER= amdmi3@amdmi3.ru COMMENT= Puzzle game destined to improve the knowledge of Andalusia +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 + GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl image mixer -USE_GL= yes +USE_GL= gl CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |