summaryrefslogtreecommitdiff
path: root/devel/sdl12
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-05 14:09:34 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-05 14:09:34 +0000
commit88b9746b2788972ef0b44c61d09a7d03045730bc (patch)
treec875caf866411c2d81ad3b8dac79d6a148c5ba17 /devel/sdl12
parentAdd tetrinet, a very popular Tetris-like multiplayer game with extras. (diff)
Dont set PKGMESSAGE to be an empty string - it confuses bsd.port.mk.
Submitted by: Stijn Hoop <stijn@win.tue.nl>
Notes
Notes: svn path=/head/; revision=39092
Diffstat (limited to 'devel/sdl12')
-rw-r--r--devel/sdl12/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index a48c75954251..1ba178102a8f 100644
--- a/devel/sdl12/Makefile
+++ b/devel/sdl12/Makefile
@@ -33,7 +33,7 @@ CONFIGURE_ARGS+=--enable-video-vgl
DISPLAY_MSG= ${CAT} ${PKGMESSAGE}
.else
CONFIGURE_ARGS+=--disable-video-vgl
-PKGMESSAGE=
+PKGMESSAGE= /I/hate/ports/Mk/bsd.port.mk
DISPLAY_MSG= ${DO_NADA}
.endif