diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-09-07 08:28:13 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-09-07 08:28:13 +0000 |
commit | 25ec1c992759f2cf0f2f2f135852f52ff6f33f71 (patch) | |
tree | 15ec03df76d8478e2e7b95220ecfdaccce511127 /math/apc | |
parent | f764b7ec744f962acee3e003bf02cb1e8cd25f2b (diff) |
- Chase x11-toolkits/xforms shlib version bump
Notes
Notes:
svn path=/head/; revision=281360
Diffstat (limited to 'math/apc')
-rw-r--r-- | math/apc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/apc/Makefile b/math/apc/Makefile index d10eb7268420..e1d75b0bf65e 100644 --- a/math/apc/Makefile +++ b/math/apc/Makefile @@ -7,7 +7,7 @@ PORTNAME= apc PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= arved @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= arved MAINTAINER= ports@FreeBSD.org COMMENT= An xforms based Auto Payment Calculator -LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= forms.2:${PORTSDIR}/x11-toolkits/xforms USE_XORG= x11 xpm MAN1= apc.1 |