diff options
author | novel <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
commit | 9d249534613dd66b4cb9df41f46285e2a4c1ceba (patch) | |
tree | 12d33efb5a1652f97d070a545c3f3e32f7376e51 /security/xmlsec1 | |
parent | 9f0ac2eea24cd09e605e738f4acf1453ff7eda0f (diff) | |
download | freebsd-ports-graphics-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.gz freebsd-ports-graphics-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.zst freebsd-ports-graphics-9d249534613dd66b4cb9df41f46285e2a4c1ceba.zip |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
Diffstat (limited to 'security/xmlsec1')
-rw-r--r-- | security/xmlsec1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 90eb0cf0152..8560215c95e 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmlsec1 PORTVERSION= 1.2.10 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ @@ -26,7 +27,7 @@ USE_OPENSSL= yes OPENSSL_CFLAGS+=-DXMLSEC_OPENSSL_097=1 -DXMLSEC_CRYPTO_OPENSSL=1 USE_GNOME= gnomehack lthack libxslt gnometarget GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PLIST_FILES= bin/xmlsec1 bin/xmlsec1-config etc/xmlsec1Conf.sh MAN1= xmlsec1.1 xmlsec1-config.1 |