diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-05-27 10:00:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-05-27 10:00:08 +0000 |
commit | a08c7529baaa55869718f5fbfc39995070822824 (patch) | |
tree | 32871e0eaf7cd0bbdf9b5844e26a36b76758f11a /security/base/Makefile | |
parent | 19a7faf1a09c7b06bb5baa1b99f250e654fcc934 (diff) | |
download | ports-a08c7529baaa55869718f5fbfc39995070822824.tar.gz ports-a08c7529baaa55869718f5fbfc39995070822824.zip |
Notes
Diffstat (limited to 'security/base/Makefile')
-rw-r--r-- | security/base/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/base/Makefile b/security/base/Makefile index e096353d0e62..78683475a193 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -6,8 +6,7 @@ # PORTNAME= base -PORTVERSION= 1.3.5 -PORTREVISION= 1 +PORTVERSION= 1.3.6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= secureideas @@ -23,7 +22,8 @@ USE_PHP= gd gettext pcre session zlib ADODB_DIR= ${LOCALBASE}/share/adodb SUB_FILES= pkg-message -DOCS= docs/CHANGELOG docs/CREDITS docs/README docs/TODO docs/UPGRADE +DOCS= docs/CHANGELOG docs/CREDITS docs/README docs/README.mssql \ + docs/TODO docs/UPGRADE docs/GPL docs/base_faq.rtf OPTIONS= MYSQL "Enable MySQL support" off \ PGSQL "Enable PostgreSQL support" off \ |