diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-18 20:02:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-18 20:02:07 +0000 |
commit | bb2f9cd9301c6a65859fe6b87ce4d9bd825b1255 (patch) | |
tree | 1a3e8822a38a04e84d722ae6a3fff7a3a46ced08 | |
parent | 3e10658da00cdf5cc70e4715fc7b1495121e5ca8 (diff) | |
download | ports-bb2f9cd9301c6a65859fe6b87ce4d9bd825b1255.tar.gz ports-bb2f9cd9301c6a65859fe6b87ce4d9bd825b1255.zip |
Notes
-rw-r--r-- | devel/sdl_sge/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/sdl_sge/Makefile b/devel/sdl_sge/Makefile index 65d10a32d77e..1987138be0db 100644 --- a/devel/sdl_sge/Makefile +++ b/devel/sdl_sge/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdl_sge PORTVERSION= 0.030809 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel graphics MASTER_SITES= http://www.etek.chalmers.se/~e8cal1/sge/files/ \ http://www.digitalfanatics.org/cal/sge/files/ @@ -16,8 +16,9 @@ DISTNAME= sge030809 MAINTAINER= jaj@hcl-club.lu COMMENT= A graphic library for the Simple DirectMedia Layer (SDL) -USE_GMAKE= yes -USE_LDCONFIG= yes +USE_GMAKE= yes +USE_LDCONFIG= yes +MAKE_ENV= CC="${CC}" CXX="${CXX}" OPTIONS= SDL_IMAGE "Enable support for SDL_IMAGE" On \ FREETYPE "Enable FreeType support" On \ |