1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00

- Respect CC/CXX

PR:		120779
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by:	maintainer
This commit is contained in:
Martin Wilke 2008-02-18 20:02:07 +00:00
parent 3e10658da0
commit bb2f9cd930
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207546

View File

@ -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 \