aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archivers/liblzxcomp/Makefile2
-rw-r--r--archivers/liblzxcomp/files/Makefile2
-rw-r--r--archivers/liblzxcomp/pkg-plist1
3 files changed, 3 insertions, 2 deletions
diff --git a/archivers/liblzxcomp/Makefile b/archivers/liblzxcomp/Makefile
index 2cae2f7675e2..bdaba46c18b1 100644
--- a/archivers/liblzxcomp/Makefile
+++ b/archivers/liblzxcomp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= liblzxcomp
-PORTVERSION= 20020618
+PORTVERSION= 20020619
CATEGORIES= archivers
MASTER_SITES= http://www.speakeasy.org/~russotto/chm/
DISTNAME= lzx_compress
diff --git a/archivers/liblzxcomp/files/Makefile b/archivers/liblzxcomp/files/Makefile
index b6e7b66246a7..568ef24a7db9 100644
--- a/archivers/liblzxcomp/files/Makefile
+++ b/archivers/liblzxcomp/files/Makefile
@@ -2,7 +2,7 @@
LIB = lzxcomp
SRCS= lz_nonslide.c lzx_layer.c
-INCS= lzx_compress.h
+INCS= lzx_compress.h lzx_constants.h
COPTS= -DLZ_ONEBUFFER -DLAZY -DNONSLIDE
LDADD= -lm
diff --git a/archivers/liblzxcomp/pkg-plist b/archivers/liblzxcomp/pkg-plist
index bcae5dc2dce6..9f1635ba902a 100644
--- a/archivers/liblzxcomp/pkg-plist
+++ b/archivers/liblzxcomp/pkg-plist
@@ -1,4 +1,5 @@
include/lzx_compress.h
+include/lzx_constants.h
lib/liblzxcomp.a
lib/liblzxcomp.so
lib/liblzxcomp.so.%%SHLIB_MAJOR%%