aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2014-04-03 02:00:39 +0800
committernox <nox@FreeBSD.org>2014-04-03 02:00:39 +0800
commit9b9c9c62f139615905646dc4ca053d05a425a44c (patch)
tree4006214028cae09167aaaa06965210333cd20205
parente3bec407faca1dc53661eb847767538f4abffed6 (diff)
downloadfreebsd-ports-gnome-9b9c9c62f139615905646dc4ca053d05a425a44c.tar.gz
freebsd-ports-gnome-9b9c9c62f139615905646dc4ca053d05a425a44c.tar.zst
freebsd-ports-gnome-9b9c9c62f139615905646dc4ca053d05a425a44c.zip
Fix build of the old avidemux, not sure when it broke...
(include <bsd.port.post.mk> instead of <bsd.port.mk>) Submitted by: QAT
-rw-r--r--multimedia/avidemux2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/avidemux2/Makefile b/multimedia/avidemux2/Makefile
index 2a19e50b134d..c3b270560646 100644
--- a/multimedia/avidemux2/Makefile
+++ b/multimedia/avidemux2/Makefile
@@ -40,4 +40,4 @@ post-install:
@${ECHO_CMD} "@unexec %D/bin/update-desktop-database 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>