diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-03 20:27:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-03 20:27:59 +0000 |
commit | bf63d4bc190a8c1f2abf88b6a53cf2956272d9a5 (patch) | |
tree | 3e337114455f881004a52ef2b266fe2e707d7a84 /net/ossp-sa/Makefile | |
parent | ff9311eff4ff0e3bc11baf7e3156481442343821 (diff) |
Notes
Diffstat (limited to 'net/ossp-sa/Makefile')
-rw-r--r-- | net/ossp-sa/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/ossp-sa/Makefile b/net/ossp-sa/Makefile index 5cd986324072..fa7ea2fb3155 100644 --- a/net/ossp-sa/Makefile +++ b/net/ossp-sa/Makefile @@ -8,7 +8,7 @@ # PORTNAME= sa -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/sa/ PKGNAMEPREFIX= ossp- @@ -16,9 +16,12 @@ PKGNAMEPREFIX= ossp- MAINTAINER= ports@FreeBSD.org COMMENT= An abstraction library for the Unix socket API +LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex + USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER=13 +CONFIGURE_ARGS= --with-ex=${LOCALBASE} +USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes MAN3+= sa.3 |