diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-29 22:04:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-29 22:04:43 +0000 |
commit | 88c3d880494c9a5b9ea875e9e8945f08f99d8168 (patch) | |
tree | 22cb56eebce1f6a1f78d76e94a7b5ed784748d6e /net/xisp | |
parent | 1825981e3cb31c1bfbf3abcaf7a129fa6a04a221 (diff) | |
download | ports-88c3d880494c9a5b9ea875e9e8945f08f99d8168.tar.gz ports-88c3d880494c9a5b9ea875e9e8945f08f99d8168.zip |
Notes
Diffstat (limited to 'net/xisp')
-rw-r--r-- | net/xisp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/xisp/Makefile b/net/xisp/Makefile index 33b06a30f829..4d6996b22376 100644 --- a/net/xisp/Makefile +++ b/net/xisp/Makefile @@ -13,7 +13,8 @@ DISTFILES= xisp-2.6-noufc.tar.gz \ MAINTAINER= morishim@cig.mot.com -LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms \ + Xpm.4:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/xisp-2.6 MAN1= xisp.1 |