diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-05-15 20:25:24 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-05-15 20:25:24 +0000 |
commit | c00ff1244680bbdd619d91d8b2173160c9cfa09e (patch) | |
tree | 1c3ffbec7dd80e611568e90e82fd5d2030769f2e /devel/sdl12 | |
parent | f2259cd577b3e2213d95bf03705e9d7f28b75848 (diff) | |
download | ports-c00ff1244680bbdd619d91d8b2173160c9cfa09e.tar.gz ports-c00ff1244680bbdd619d91d8b2173160c9cfa09e.zip |
Notes
Diffstat (limited to 'devel/sdl12')
-rw-r--r-- | devel/sdl12/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index e44ea28421ed..2d34f664ffbe 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -18,8 +18,6 @@ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -USE_XLIB= yes -USE_ESOUND= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \ @@ -40,6 +38,12 @@ PKGMESSAGE= /I/hate/ports/Mk/bsd.port.mk DISPLAY_MSG= ${DO_NADA} .endif +.if !defined(WITHOUT_X11) +USE_XLIB= yes +.endif +.if !defined(WITHOUT_ESOUND) +USE_ESOUND= yes +.endif .if defined(WITHOUT_GL) CONFIGURE_ARGS+=--disable-video-opengl .else |