diff options
author | pat <pat@FreeBSD.org> | 2002-07-31 02:53:32 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-31 02:53:32 +0800 |
commit | 4d8e2d82a0d2fdd81f693d2983a4802471ab82c8 (patch) | |
tree | 75517e23a1dbb6a8272eb00bc1f35006845fa8d6 /net/xisp | |
parent | a75e1decc329b634f0e72ec9691d1874f1c240b0 (diff) | |
download | freebsd-ports-gnome-4d8e2d82a0d2fdd81f693d2983a4802471ab82c8.tar.gz freebsd-ports-gnome-4d8e2d82a0d2fdd81f693d2983a4802471ab82c8.tar.zst freebsd-ports-gnome-4d8e2d82a0d2fdd81f693d2983a4802471ab82c8.zip |
Fix dependency on xforms
PR: ports/41100
Submitted by: Adam Weinberger <adam@vectors.cx>
Diffstat (limited to 'net/xisp')
-rw-r--r-- | net/xisp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xisp/Makefile b/net/xisp/Makefile index 69c2a6e5e9b4..26fcfed5f805 100644 --- a/net/xisp/Makefile +++ b/net/xisp/Makefile @@ -14,7 +14,7 @@ DISTFILES= xisp-2.6-noufc.tar.gz \ MAINTAINER= morishim@cig.mot.com -LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms USE_XPM= yes WRKSRC= ${WRKDIR}/xisp-2.6 |