diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-06 09:33:16 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-06 09:33:16 +0000 |
commit | 8acea7e34e1edd96b1068635b32207207755ba5f (patch) | |
tree | 50980bffaee2cf09ac183d9e37d6b89da153c456 /mail/postilion | |
parent | 6171b0f2a6eae80c9967ec3a10433e4fb089f921 (diff) | |
download | ports-8acea7e34e1edd96b1068635b32207207755ba5f.tar.gz ports-8acea7e34e1edd96b1068635b32207207755ba5f.zip |
Notes
Diffstat (limited to 'mail/postilion')
-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 |