diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-11-29 22:37:46 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-11-29 22:37:46 +0800 |
commit | 4b8bd75107bd9b13c7927a9b1897af286df850eb (patch) | |
tree | fbf5f94d907c16e8a64c56c7ce51db4b209f5015 /games/heroes/Makefile | |
parent | 051131f0cb9cbf09d36c5fe20b9e6f5179b4abd2 (diff) | |
download | freebsd-ports-gnome-4b8bd75107bd9b13c7927a9b1897af286df850eb.tar.gz freebsd-ports-gnome-4b8bd75107bd9b13c7927a9b1897af286df850eb.tar.zst freebsd-ports-gnome-4b8bd75107bd9b13c7927a9b1897af286df850eb.zip |
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 |