aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2005-04-22 09:49:57 +0800
committeradamw <adamw@FreeBSD.org>2005-04-22 09:49:57 +0800
commitcd29e8465a5a4b5580062c3bf9a1a4acce35c5e8 (patch)
tree087ba1d6325ddc1bb7a8b6735056f9802217631b /multimedia
parent341c52773202e8aa07f93a4198a6513c88b78066 (diff)
downloadfreebsd-ports-gnome-cd29e8465a5a4b5580062c3bf9a1a4acce35c5e8.tar.gz
freebsd-ports-gnome-cd29e8465a5a4b5580062c3bf9a1a4acce35c5e8.tar.zst
freebsd-ports-gnome-cd29e8465a5a4b5580062c3bf9a1a4acce35c5e8.zip
Correct a number of ports that anger the tempermental Make Spirits
by using C comments instead of make(1) constructs. And as long as I'm here, fix a command misspelling in vm-pop3d. As prompted by: kris
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/transcode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index 1662a3afef31..a1265875eda9 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -324,7 +324,7 @@ pre-everything::
.if !defined(WITH_AVIFILE)
@${ECHO_MSG}
@${ECHO_MSG} "You can enable avifile-dependent modules by defining WITH_AVIFILE."
-.endif(WITH_AVIFILE)
+.endif #WITH_AVIFILE
.if !defined(WITH_QUICKTIME)
@${ECHO_MSG}
@${ECHO_MSG} "You can enable openquicktime-dependent modules by defining WITH_QUICKTIME."