diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-30 11:36:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-30 11:36:06 +0000 |
commit | 10fe7b6fceeecb96bf3a044eddda5797fed482c1 (patch) | |
tree | 2cf24e479ebcfe0ed953e518410e4971318c16d0 /archivers | |
parent | 9ee4d93c87f2af0a2f6d01ae89fca1ead34c3fac (diff) | |
download | ports-10fe7b6fceeecb96bf3a044eddda5797fed482c1.tar.gz ports-10fe7b6fceeecb96bf3a044eddda5797fed482c1.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/paq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/paq/Makefile b/archivers/paq/Makefile index b9855695f78d..95116a4f50d9 100644 --- a/archivers/paq/Makefile +++ b/archivers/paq/Makefile @@ -7,7 +7,7 @@ PORTNAME= paq DISTVERSION= 8o9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= http://www.cs.fit.edu/~mmahoney/compression/ DISTNAME= ${PORTNAME}${DISTVERSION} @@ -32,7 +32,7 @@ PLIST_SUB+= CPPFILE=${CPPFILE} LPAQ=${LPAQ} LPQ=${LPQ} PAQ9=${PAQ9} BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm PAQFLAGS+= -DUNIX ASM1?= nasm -f elf -o -ASM2?= +ASM2?= -Ox .if !defined(WITH_SSE2) ASMFILE= paq7asm .else |