summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-05-06 09:33:16 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-05-06 09:33:16 +0000
commit8acea7e34e1edd96b1068635b32207207755ba5f (patch)
tree50980bffaee2cf09ac183d9e37d6b89da153c456 /mail
parentRemove zh-aterm, it's called aterm now. (diff)
Fix tkConfigStep.sh location.
PR: 11530 Submitted by: Glenn Johnson <gljohns@bellsouth.net>
Notes
Notes: svn path=/head/; revision=18538
Diffstat (limited to 'mail')
-rw-r--r--mail/postilion/Makefile4
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