diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-20 11:21:59 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-20 11:21:59 +0000 |
commit | 0d2725682b8325a08b11592d11062997bb9dc7f2 (patch) | |
tree | 46ab0c86563bfc2fbab1ecc5f9dadffb47afe737 /games/54321 | |
parent | 750f1f56ed3264341b911b1182fc2f3f4dd609c2 (diff) |
Notes
Diffstat (limited to 'games/54321')
-rw-r--r-- | games/54321/Makefile | 2 | ||||
-rw-r--r-- | games/54321/files/variables.GNU | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/54321/Makefile b/games/54321/Makefile index f69b9f1f1f74..07d0a003fc31 100644 --- a/games/54321/Makefile +++ b/games/54321/Makefile @@ -7,7 +7,7 @@ PORTNAME= 54321 PORTVERSION= 1.0.2001.11.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.nklein.com/products/54321/${PORTVERSION}/ DISTNAME= ${PORTNAME} diff --git a/games/54321/files/variables.GNU b/games/54321/files/variables.GNU index f6d1e4a617a4..e2fea19aeccb 100644 --- a/games/54321/files/variables.GNU +++ b/games/54321/files/variables.GNU @@ -8,11 +8,11 @@ MKDIR_CMD = test -d $(@D) || mkdir -p $(@D) SDL := ${LOCALBASE} SDL_IMAGE := ${LOCALBASE} -CPPFLAGS += -I${SDL}/include/SDL11 -I${SDL_IMAGE}/include/SDL11 +CPPFLAGS += -I${SDL}/include/SDL -I${SDL}/include -I${SDL_IMAGE}/include/SDL LDFLAGS += \ -L${SDL_IMAGE}/lib -Wl,-rpath -Wl,${SDL_IMAGE}/lib \ -L${SDL}/lib -Wl,-rpath -Wl,${SDL}/lib \ - -lSDL_image -lSDL-1.1 -lSDLmain-1.1 -pthread -lpng + -lSDL_image -lSDL -lSDLmain -pthread -lpng prog: Release/54321-$(OPSYS) |