aboutsummaryrefslogtreecommitdiff
path: root/sysutils/squashfs-tools
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-10-20 10:34:14 +0000
committerJohn Marino <marino@FreeBSD.org>2014-10-20 10:34:14 +0000
commit5e68477fdca3becc68abb61fa02acbf53b0f68df (patch)
tree5eae06ca519080791dde797c88f1f2e2d8e5b078 /sysutils/squashfs-tools
parent41d45f6a02cc57571cf664fe8361a93a5860ceee (diff)
downloadports-5e68477fdca3becc68abb61fa02acbf53b0f68df.tar.gz
ports-5e68477fdca3becc68abb61fa02acbf53b0f68df.zip
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket)
Notes
Notes: svn path=/head/; revision=371254
Diffstat (limited to 'sysutils/squashfs-tools')
-rw-r--r--sysutils/squashfs-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/squashfs-tools/Makefile b/sysutils/squashfs-tools/Makefile
index 3f92784ff89e..e37ddb956a23 100644
--- a/sysutils/squashfs-tools/Makefile
+++ b/sysutils/squashfs-tools/Makefile
@@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/squashfs-tools
USE_CSTD= gnu89
-USES= gmake
+USES= alias gmake
.include <bsd.port.options.mk>