diff options
author | jeh <jeh@FreeBSD.org> | 2003-11-06 19:29:30 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2003-11-06 19:29:30 +0800 |
commit | 79f8c0360e40b019ab44d33f0674053749d3ef9e (patch) | |
tree | 2c401d64722578e772d99978e1d529923ca23566 /games | |
parent | 20312ec14f1b454f076b725c64dc5936292630c3 (diff) | |
download | freebsd-ports-gnome-79f8c0360e40b019ab44d33f0674053749d3ef9e.tar.gz freebsd-ports-gnome-79f8c0360e40b019ab44d33f0674053749d3ef9e.tar.zst freebsd-ports-gnome-79f8c0360e40b019ab44d33f0674053749d3ef9e.zip |
Update ports/games/asc to 1.13.8.0
Removed a blank line to make portlint happy
PR: 58113
Submitted By: MAINTAINER
Diffstat (limited to 'games')
-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 |