aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdl12
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-03-05 22:09:34 +0800
committersobomax <sobomax@FreeBSD.org>2001-03-05 22:09:34 +0800
commit43b49c845ccbb481c2ae89cf9b4700eed881755b (patch)
treef431b982354fc3c4f418c789a371d15f2e029832 /devel/sdl12
parentfce5eda1eca6ac05c300fecd45ffe54345180827 (diff)
downloadfreebsd-ports-gnome-43b49c845ccbb481c2ae89cf9b4700eed881755b.tar.gz
freebsd-ports-gnome-43b49c845ccbb481c2ae89cf9b4700eed881755b.tar.zst
freebsd-ports-gnome-43b49c845ccbb481c2ae89cf9b4700eed881755b.zip
Dont set PKGMESSAGE to be an empty string - it confuses bsd.port.mk.
Submitted by: Stijn Hoop <stijn@win.tue.nl>
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