diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-28 05:25:50 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-28 05:25:50 +0000 |
commit | 7e42d7a7c432d4054d5333fae985038b61828078 (patch) | |
tree | a3f359548461e38bb1bea0d93a14a285d2f1b048 /security/xmlsec | |
parent | c97b5b3ca34e50650f058d404ecb9d8fb2405771 (diff) |
Notes
Diffstat (limited to 'security/xmlsec')
-rw-r--r-- | security/xmlsec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile index 84b4bfe157eb..dce298c3afe2 100644 --- a/security/xmlsec/Makefile +++ b/security/xmlsec/Makefile @@ -18,7 +18,7 @@ MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ MAINTAINER= jim@corebsd.or.id COMMENT= XML Security Library -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config BUILD_DEPENDS= ${RUN_DEPENDS} USE_OPENSSL= yes |