diff options
author | adamw <adamw@FreeBSD.org> | 2015-03-25 08:11:49 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-03-25 08:11:49 +0800 |
commit | 15c0917b2482fed23f851a1f1f42fd60857c3e3b (patch) | |
tree | cfe95969ecd0171691d236db736496409f74681e /archivers | |
parent | 0649fe64a774ef2af6542b5a03d982989eef2314 (diff) | |
download | freebsd-ports-gnome-15c0917b2482fed23f851a1f1f42fd60857c3e3b.tar.gz freebsd-ports-gnome-15c0917b2482fed23f851a1f1f42fd60857c3e3b.tar.zst freebsd-ports-gnome-15c0917b2482fed23f851a1f1f42fd60857c3e3b.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.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/liblz4/Makefile | 1 |
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} |