diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-04 12:33:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-04 12:33:55 +0000 |
commit | a72afe28c2216c151a1fc5aa900c8abf9c7a709e (patch) | |
tree | 0155de567f6b22920798a0a244846a05afb844a0 /devel/safestr | |
parent | ef1ee3ea3b2f08953017611af30ebc8abbc7106a (diff) |
- Chase increase of devel/safestr shlib version.
- Bump PORTREVISION
Submitted by: pointyhat via erwin
Approved by: markus (co mentor)
Notes
Notes:
svn path=/head/; revision=169647
Diffstat (limited to 'devel/safestr')
-rw-r--r-- | devel/safestr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/safestr/Makefile b/devel/safestr/Makefile index 8828cfe20c36..700878d8778c 100644 --- a/devel/safestr/Makefile +++ b/devel/safestr/Makefile @@ -7,13 +7,14 @@ PORTNAME= safestr PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.zork.org/software/ MAINTAINER= ports@FreeBSD.org COMMENT= A string handling library for C -LIB_DEPENDS= xxl.1:${PORTSDIR}/devel/xxl:install +LIB_DEPENDS= xxl.2:${PORTSDIR}/devel/xxl:install CONFIGURE_ARGS+= --with-xxl=${LOCALBASE} GNU_CONFIGURE= yes |