aboutsummaryrefslogtreecommitdiff
path: root/devel/sdl12/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-30 14:12:29 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-30 14:12:29 +0000
commit5ccb6f19c2da84940988196a2b292ab725e15f2f (patch)
tree1dc2200f611b3def4284010bcb9cd7bdb8b66e18 /devel/sdl12/Makefile
parentd116fc30b56be4facc1bb0716ee85cc00d7c9006 (diff)
downloadports-5ccb6f19c2da84940988196a2b292ab725e15f2f.tar.gz
ports-5ccb6f19c2da84940988196a2b292ab725e15f2f.zip
Notes
Diffstat (limited to 'devel/sdl12/Makefile')
-rw-r--r--devel/sdl12/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index f25238362a95..111608faa758 100644
--- a/devel/sdl12/Makefile
+++ b/devel/sdl12/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sdl-devel
PORTVERSION= 1.1.8
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/release/ \
http://www.devolution.com/~slouken/SDL/release/
@@ -22,7 +23,9 @@ USE_XLIB= yes
USE_ESOUND= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
-CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm"
+CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \
+ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
+ PTHREAD_LIBS="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --enable-video-aalib \
--enable-video-svga \
--disable-arts \