aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-09-15 05:12:40 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-09-15 05:12:40 +0000
commit3fa876d447335b4498cfdf414e2bc760b20834a9 (patch)
treeeac56539e4124845821b2b5c7fbf80ac623312c1
parentcf2cd5b53faa31c2965ecbb9b6a345b698005ff8 (diff)
downloadports-3fa876d447335b4498cfdf414e2bc760b20834a9.tar.gz
ports-3fa876d447335b4498cfdf414e2bc760b20834a9.zip
MFH: r422178
Do not include bsd.port.pre.mk twice
Notes
Notes: svn path=/branches/2016Q3/; revision=422179
-rw-r--r--audio/clementine-player/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile
index 0d301975f568..06da5c3d6cf1 100644
--- a/audio/clementine-player/Makefile
+++ b/audio/clementine-player/Makefile
@@ -204,4 +204,4 @@ WIIMOTEDEV_CMAKE_OFF= -DENABLE_WIIMOTEDEV=OFF
CXXFLAGS+= -Wno-undefined-var-template
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>