diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-27 19:20:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-27 19:20:17 +0800 |
commit | 7267bccd91a2db842bb93ab0771e96eccc70516e (patch) | |
tree | 88a5fddba697f0e3a4c5ca2f83e416cb6ebed9b5 /games/nimuh | |
parent | 46877c49a011d940ecb27674e477db5b5df1ecb9 (diff) | |
download | freebsd-ports-gnome-7267bccd91a2db842bb93ab0771e96eccc70516e.tar.gz freebsd-ports-gnome-7267bccd91a2db842bb93ab0771e96eccc70516e.tar.zst freebsd-ports-gnome-7267bccd91a2db842bb93ab0771e96eccc70516e.zip |
- Add missing dependens
- Bump PORTREVISION
Submitted by: pointyhat via pav
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" \ |