aboutsummaryrefslogtreecommitdiff
path: root/archivers/liblz4
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-03-25 00:11:49 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-03-25 00:11:49 +0000
commit9bfbce8390343360e6cc5061cc03be55985e1a37 (patch)
treecfe95969ecd0171691d236db736496409f74681e /archivers/liblz4
parentfefdc832f1fd93d0b8cf2b49b2cf21e0dd3f25ff (diff)
downloadports-9bfbce8390343360e6cc5061cc03be55985e1a37.tar.gz
ports-9bfbce8390343360e6cc5061cc03be55985e1a37.zip
Re-add back ALL_TARGET=default. For reasons that I still don't understand,
it breaks the build for some people. This time, add a comment so I don't try to remove it again in the future.
Notes
Notes: svn path=/head/; revision=382192
Diffstat (limited to 'archivers/liblz4')
-rw-r--r--archivers/liblz4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/liblz4/Makefile b/archivers/liblz4/Makefile
index 0b36301427f5..0b2c248d57ca 100644
--- a/archivers/liblz4/Makefile
+++ b/archivers/liblz4/Makefile
@@ -22,6 +22,7 @@ CONFLICTS= lz4-*
USES= gmake pkgconfig
USE_LDCONFIG= yes
+ALL_TARGET= default # don't remove this
SO_VER= 1.5.0
PLIST_SUB+= SO_VER=${SO_VER} SO_VER_MAJ=${SO_VER:R:R}