diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-01 09:45:20 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-01 09:45:20 +0000 |
commit | 2ca2ef06e62b4defdf12fcd1b2267d4782ced28e (patch) | |
tree | 43e9ae683e4539ecb2748325b38e9b8011027655 /devel/pcre++ | |
parent | Support WITH_OPENSSL (diff) |
- Remove USE_SIZE
Notes
Notes:
svn path=/head/; revision=105854
Diffstat (limited to 'devel/pcre++')
-rw-r--r-- | devel/pcre++/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile index 3503300f27d8..06e38003ae6d 100644 --- a/devel/pcre++/Makefile +++ b/devel/pcre++/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre PCRE_CONFIG?= ${LOCALBASE}/bin/pcre-config -USE_SIZE= yes USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL_VER= 13 |