diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 07:37:06 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 07:37:06 +0000 |
commit | 7323c0a112074be8f181203f3402a8e714a5e3ad (patch) | |
tree | b39d7deba86cc54906d4084bb62f9c690650ca42 /games/gl-117/Makefile | |
parent | 2c4e35318b4bc8a41b867ffa5fff17dd2cdc6a43 (diff) | |
download | ports-7323c0a112074be8f181203f3402a8e714a5e3ad.tar.gz ports-7323c0a112074be8f181203f3402a8e714a5e3ad.zip |
Notes
Diffstat (limited to 'games/gl-117/Makefile')
-rw-r--r-- | games/gl-117/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/gl-117/Makefile b/games/gl-117/Makefile index 1fe0ea4f9a0e..a2a261d47db2 100644 --- a/games/gl-117/Makefile +++ b/games/gl-117/Makefile @@ -7,15 +7,14 @@ # PORTNAME= gl-117 -PORTVERSION= 0.6.8 +PORTVERSION= 0.7 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL-1.1.4:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config |