diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-09 04:05:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-09 04:05:10 +0800 |
commit | 7fcd23a390b1644075b4f59e995e47149e7ebd05 (patch) | |
tree | b53c4ba39b0c2053ff6916f9618bcfc59fa90ea5 /archivers | |
parent | f14647023bc46905b5ae435625327404b11a852c (diff) | |
download | freebsd-ports-gnome-7fcd23a390b1644075b4f59e995e47149e7ebd05.tar.gz freebsd-ports-gnome-7fcd23a390b1644075b4f59e995e47149e7ebd05.tar.zst freebsd-ports-gnome-7fcd23a390b1644075b4f59e995e47149e7ebd05.zip |
- Add OPTIONS_DEFINE
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ucl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile index c15dbf29c4ec..135f5626275d 100644 --- a/archivers/ucl/Makefile +++ b/archivers/ucl/Makefile @@ -12,6 +12,8 @@ COMMENT= Data compression library with low memory usage LICENSE= GPLv2 +OPTIONS_DEFINE= DOCS + USES= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes |