diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-21 02:17:49 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-21 02:17:49 +0000 |
commit | a52ee364a98ded8249498ae8b48410e34b0c0233 (patch) | |
tree | d1d93c6174f03d2ae893983d90253f620e7c4f53 /net/easysoap | |
parent | cb109492b26568b1c27cdf05217b3dda037aa81e (diff) |
Notes
Diffstat (limited to 'net/easysoap')
-rw-r--r-- | net/easysoap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile index 41e7b7ceea2c..843a9dced7b6 100644 --- a/net/easysoap/Makefile +++ b/net/easysoap/Makefile @@ -7,6 +7,7 @@ PORTNAME= easysoap PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ DISTNAME= EasySoap++-${PORTVERSION} MAINTAINER= gabriel_ambuehl@buz.ch -LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.3:${PORTSDIR}/textproc/expat2 USE_OPENSSL= yes GNU_CONFIGURE= yes |