diff options
Diffstat (limited to 'math/apc/Makefile')
-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 8d4d7a200041..fe02459b3471 100644 --- a/math/apc/Makefile +++ b/math/apc/Makefile @@ -3,7 +3,7 @@ PORTNAME= apc PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= arved @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= arved MAINTAINER= ports@FreeBSD.org COMMENT= An xforms based Auto Payment Calculator -LIB_DEPENDS= forms.2:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= libforms.so:${PORTSDIR}/x11-toolkits/xforms USE_XORG= x11 xpm MAN1= apc.1 |