diff options
author | nox <nox@FreeBSD.org> | 2014-04-03 02:00:39 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-04-03 02:00:39 +0800 |
commit | 9b9c9c62f139615905646dc4ca053d05a425a44c (patch) | |
tree | 4006214028cae09167aaaa06965210333cd20205 | |
parent | e3bec407faca1dc53661eb847767538f4abffed6 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |