aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-02-19 04:02:07 +0800
committermiwi <miwi@FreeBSD.org>2008-02-19 04:02:07 +0800
commit4763d825af212bde599f12100815aad64d8f8f74 (patch)
tree5e9b00013c67f0642f77f3f5e1c6339d3f0e2fbe /devel
parent09df3892db26fe31d642b2a925219d86beb8d465 (diff)
downloadfreebsd-ports-gnome-4763d825af212bde599f12100815aad64d8f8f74.tar.gz
freebsd-ports-gnome-4763d825af212bde599f12100815aad64d8f8f74.tar.zst
freebsd-ports-gnome-4763d825af212bde599f12100815aad64d8f8f74.zip
- Respect CC/CXX
PR: 120779 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: maintainer
Diffstat (limited to 'devel')
-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 \