diff options
author | tg <tg@FreeBSD.org> | 1999-05-06 17:33:16 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-05-06 17:33:16 +0800 |
commit | d55c6ebc3867dae37134eab958ebb8696aea7b4d (patch) | |
tree | fc686812c1fb970aede48ed367f3d4c38de6e0b7 /mail | |
parent | f91756b196e29ef7a5a024fceb2331f5112b2553 (diff) | |
download | freebsd-ports-gnome-d55c6ebc3867dae37134eab958ebb8696aea7b4d.tar.gz freebsd-ports-gnome-d55c6ebc3867dae37134eab958ebb8696aea7b4d.tar.zst freebsd-ports-gnome-d55c6ebc3867dae37134eab958ebb8696aea7b4d.zip |
Fix tkConfigStep.sh location.
PR: 11530
Submitted by: Glenn Johnson <gljohns@bellsouth.net>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postilion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postilion/Makefile b/mail/postilion/Makefile index 3f332e3bcf2b..7ced74191ce8 100644 --- a/mail/postilion/Makefile +++ b/mail/postilion/Makefile @@ -3,7 +3,7 @@ # Date created: 20 February 1999 # Whom: Glenn Johnson <gljohns@bellsouth.net> # -# $Id$ +# $Id: Makefile,v 1.2 1999/04/22 16:35:46 taoka Exp $ # DISTNAME= postilion-0.9.2 @@ -27,7 +27,7 @@ LIB_DEPENDS+= tkstep80.1:${PORTSDIR}/x11-toolkits/tkstep80 \ tiff.4:${PORTSDIR}/graphics/tiff34 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ Xpm.4:${PORTSDIR}/graphics/xpm -CONFIGURE_ARGS+= --with-tk-config=${PREFIX}/share/tkstep8.0 +CONFIGURE_ARGS+= --with-tk-config=${PREFIX}/lib/tkstep8.0 pre-patch: ${SED} s/'(DND) 0/(DND) 1'/ ${FILESDIR}/options.tcl > \ ${WRKSRC}/postilion/options.tcl |