diff options
author | mat <mat@FreeBSD.org> | 2015-08-19 21:41:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-08-19 21:41:51 +0800 |
commit | 47900e9d4bacba66e2ff045420d9d83a295a542a (patch) | |
tree | 81a2ca31789f4172ca1be25f640fe0b45335d47a /audio/liblo | |
parent | b6fbcc59ce12b5456ed66f1b6348f4dda197f1dd (diff) | |
download | freebsd-ports-graphics-47900e9d4bacba66e2ff045420d9d83a295a542a.tar.gz freebsd-ports-graphics-47900e9d4bacba66e2ff045420d9d83a295a542a.tar.zst freebsd-ports-graphics-47900e9d4bacba66e2ff045420d9d83a295a542a.zip |
Fix previous commit.
Pointy hat to: mat
Sponsored by: Absolight
Diffstat (limited to 'audio/liblo')
-rw-r--r-- | audio/liblo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/liblo/Makefile b/audio/liblo/Makefile index ecafb1ab3dc..60286c9e227 100644 --- a/audio/liblo/Makefile +++ b/audio/liblo/Makefile @@ -26,6 +26,8 @@ OPTIONS_SUB= yes DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +.include <bsd.port.options.mk> + post-patch: .if ${ARCH} == i386 || ${ARCH} == powerpc @${REINPLACE_CMD} -e 's,deadbeef,, ; s,f00baa23,,' \ |