diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-13 13:02:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-13 13:02:01 +0000 |
commit | 5bdf24f6edd33c133679538064d3e1490993c35d (patch) | |
tree | 2613f3a2cbcbfa6fda16a737b5948fa94ba83b4b /mail/postilion/Makefile | |
parent | 5d145eee34757aaeb9dc38de647e57820bbe94dd (diff) |
- Fixed libimg and Tk dependencies
PR: 110228
Submitted by: Martin Matuska <martin@matuska.org>
Notes
Notes:
svn path=/head/; revision=187304
Diffstat (limited to 'mail/postilion/Makefile')
-rw-r--r-- | mail/postilion/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/postilion/Makefile b/mail/postilion/Makefile index 8a1c1939f5e2..237d58b25889 100644 --- a/mail/postilion/Makefile +++ b/mail/postilion/Makefile @@ -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 |