aboutsummaryrefslogtreecommitdiff
path: root/devel/sdl_sge
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-18 20:02:07 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-18 20:02:07 +0000
commitbb2f9cd9301c6a65859fe6b87ce4d9bd825b1255 (patch)
tree1a3e8822a38a04e84d722ae6a3fff7a3a46ced08 /devel/sdl_sge
parent3e10658da00cdf5cc70e4715fc7b1495121e5ca8 (diff)
downloadports-bb2f9cd9301c6a65859fe6b87ce4d9bd825b1255.tar.gz
ports-bb2f9cd9301c6a65859fe6b87ce4d9bd825b1255.zip
- Respect CC/CXX
PR: 120779 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=207546
Diffstat (limited to 'devel/sdl_sge')
-rw-r--r--devel/sdl_sge/Makefile7
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 \