diff options
-rw-r--r-- | archivers/upx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/upx/Makefile b/archivers/upx/Makefile index c37b605973ec..aa88e4639c60 100644 --- a/archivers/upx/Makefile +++ b/archivers/upx/Makefile @@ -17,6 +17,8 @@ COMMENT= The Ultimate Packer for eXecutables LIB_DEPENDS= ucl.1:${PORTSDIR}/archivers/ucl +ONLY_FOR_ARCHS= i386 + USE_GMAKE= yes USE_PERL5_BUILD=yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src |