mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fixed libimg and Tk dependencies
PR: 110228 Submitted by: Martin Matuska <martin@matuska.org>
This commit is contained in:
parent
5d145eee34
commit
5bdf24f6ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187304
1 changed files with 6 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= postilion
|
||||
PORTVERSION= 0.9.3c
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail tk83
|
||||
MASTER_SITES= http://www.postilion.org/software/Postilion/
|
||||
DISTNAME= ${PORTNAME}-current
|
||||
|
@ -14,10 +15,11 @@ DISTNAME= ${PORTNAME}-current
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Mail client with the NeXt look
|
||||
|
||||
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 \
|
||||
c-client4:${PORTSDIR}/mail/cclient
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/Img1.2/pkgIndex.tcl:${PORTSDIR}/graphics/libimg
|
||||
BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83
|
||||
LIB_DEPENDS= c-client4:${PORTSDIR}/mail/cclient
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/Img1.2/pkgIndex.tcl:${PORTSDIR}/graphics/libimg-tk83
|
||||
|
||||
USE_TK= 83
|
||||
USE_TK_BUILD= 83
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
MAKEFILE= ${FILESDIR}/Makefile.bsd
|
||||
|
|
Loading…
Add table
Reference in a new issue