diff options
-rw-r--r-- | games/asc/Makefile | 5 | ||||
-rw-r--r-- | games/asc/distinfo | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 4a981fd969b6..d85860923d7e 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -6,12 +6,11 @@ # PORTNAME= asc -PORTVERSION= 1.13.7 +PORTVERSION= 1.13.8.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= asc-hq DISTNAME= ${PORTNAME}-source-${PORTVERSION} - .if defined(WITH_MUSIC) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} frontiers.mp3 time_to_strike.mp3 machine_wars.mp3 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -37,7 +36,7 @@ USE_GETOPT_LONG= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CPPFLAGS="`${SDL_CONFIG} --cflags`" \ CXXFLAGS="-D_UNICODE_BROKEN_" \ - LIBS="`${SDL_CONFIG} --libs` -lgnugetopt -lm" + LIBS="`${SDL_CONFIG} --libs` -lm" CONFIGURE_ARGS= --disable-paraguitest diff --git a/games/asc/distinfo b/games/asc/distinfo index 1fd07b9da278..29e2ea0ff875 100644 --- a/games/asc/distinfo +++ b/games/asc/distinfo @@ -1,4 +1,4 @@ -MD5 (asc-source-1.13.7.tar.gz) = 402738591c0e2516b6ad756c371d9f1c +MD5 (asc-source-1.13.8.0.tar.gz) = 1816545a8b637de258038a348ee8f113 MD5 (frontiers.mp3) = 560f5783836b309906e57e77417f3864 MD5 (time_to_strike.mp3) = f0ab3c633f51430af0445ecaa02e3197 MD5 (machine_wars.mp3) = c383139928613c7b081835c3d4a28fa8 |