diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-29 14:37:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-29 14:37:46 +0000 |
commit | 53c1d880589bc6f2794e31844a9bebc363f08767 (patch) | |
tree | b6005ad6378183963cdf394b58586d07543332f2 /games/heroes/Makefile | |
parent | Upgrade to 17.1.2. (diff) |
Update to 0.7.
Diffstat (limited to 'games/heroes/Makefile')
-rw-r--r-- | games/heroes/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/heroes/Makefile b/games/heroes/Makefile index 298c512b836b..b8e7c52b80a3 100644 --- a/games/heroes/Makefile +++ b/games/heroes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= heroes -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -38,7 +38,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sdl_mixer=${LOCALBASE} CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - LIBS="-L${LOCALBASE}/lib -lgnugetopt -pthread -lsmpeg -lgcc_r" + LIBS="-L${LOCALBASE}/lib -lgnugetopt -pthread -lsmpeg -lgcc_r" \ + CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN6= heroes.6 |