diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-19 05:46:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-19 05:46:07 +0000 |
commit | a712d50fe2e5a88bf5f51cd1cb2c4c8380763ac7 (patch) | |
tree | 3c1fa1247def0c85d9a54415e7fb3593e27a671f /x11-toolkits | |
parent | fb7efe53957b6c0f8adb237aa12657f7d9cf953e (diff) | |
download | freebsd-ports-a712d50fe2e5a88bf5f51cd1cb2c4c8380763ac7.zip |
Remove regexp support for libtiff34 as it is now ELF'able.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tkstep80/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/tkstep80/Makefile b/x11-toolkits/tkstep80/Makefile index c0c644567409..d969a5f1bd55 100644 --- a/x11-toolkits/tkstep80/Makefile +++ b/x11-toolkits/tkstep80/Makefile @@ -3,7 +3,7 @@ # Date created: 06 November 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.14 1998/09/15 11:46:10 asami Exp $ +# $Id: Makefile,v 1.15 1998/09/17 00:32:55 asami Exp $ # DISTNAME= tk8.0p2 @@ -17,10 +17,10 @@ PATCHFILES= tk8.0p2-to-TkStep8.0p2-1.patch.gz MAINTAINER= tg@FreeBSD.ORG -LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 \ +LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 \ Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 + tiff34.1:${PORTSDIR}/graphics/tiff34 FETCH_BEFORE_ARGS= -b PATCH_DIST_ARGS= -p1 -d ${WRKDIR}/tk8.0 -E --quiet |