diff options
author | antoine <antoine@FreeBSD.org> | 2015-03-18 06:05:36 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-03-18 06:05:36 +0800 |
commit | 6866d1a8ce00692e13d7dd55f8d5693076a98b35 (patch) | |
tree | de359b730dfa35be6533f68f6c98fd9e130dc2c6 /archivers | |
parent | 13a41eff433e41d8c3e23a2e7e609c9f5696cfdf (diff) | |
download | freebsd-ports-gnome-6866d1a8ce00692e13d7dd55f8d5693076a98b35.tar.gz freebsd-ports-gnome-6866d1a8ce00692e13d7dd55f8d5693076a98b35.tar.zst freebsd-ports-gnome-6866d1a8ce00692e13d7dd55f8d5693076a98b35.zip |
Use gmake instead of using rules that may or may not work depending of the
version of sys.mk
This fixes build on head after r279980
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dzip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/dzip/Makefile b/archivers/dzip/Makefile index 08fdda82e8ca..9bd2636157be 100644 --- a/archivers/dzip/Makefile +++ b/archivers/dzip/Makefile @@ -12,7 +12,7 @@ COMMENT= File compression utility specializing in Quake demo compression LICENSE= ZLIB -USES= dos2unix zip +USES= dos2unix gmake zip NO_WRKSUBDIR= yes MAKEFILE= ${WRKSRC}/Makefile.linux @@ -27,7 +27,6 @@ post-extract: .SILENT ${WRKSRC}/dzip.h ${WRKSRC}/conmain.c ${REINPLACE_CMD} -e '4s,^,#include <machine/endian.h>,' \ ${WRKSRC}/dzip.h - ${REINPLACE_CMD} -e 's/) $$(OBJECTS/&:T/' ${MAKEFILE} ${REINPLACE_CMD} -e '21d;23d' ${WRKSRC}/dzipcon.h do-install: |