diff options
author | asami <asami@FreeBSD.org> | 1998-10-09 18:05:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-09 18:05:56 +0800 |
commit | e9c739f991c6cb452310195970c317e13e72b8e4 (patch) | |
tree | 31e3b41594947ac26e1ce97b0bb4e223b2704921 /print | |
parent | 565d944ffa1809876c5eb94df01380c402ed2e42 (diff) | |
download | freebsd-ports-gnome-e9c739f991c6cb452310195970c317e13e72b8e4.tar.gz freebsd-ports-gnome-e9c739f991c6cb452310195970c317e13e72b8e4.tar.zst freebsd-ports-gnome-e9c739f991c6cb452310195970c317e13e72b8e4.zip |
Remove all the remaining regexps from LIB_DEPENDS. There are some
ports that are not ELFized yet but it's getting too late in the game
and I need to commit the new bsd.port.mk that doesn't use regexps.
Diffstat (limited to 'print')
-rw-r--r-- | print/gp/Makefile | 4 | ||||
-rw-r--r-- | print/virtualpaper/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/gp/Makefile b/print/gp/Makefile index ea4efed8651c..392c5b2bdf63 100644 --- a/print/gp/Makefile +++ b/print/gp/Makefile @@ -3,7 +3,7 @@ # Date created: 15 April 1997 # Whom: Kiriyama Kazuhiko<kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.8 1998/08/24 01:06:26 steve Exp $ +# $Id: Makefile,v 1.9 1998/09/26 23:11:02 steve Exp $ # DISTNAME= GP-2.5p2 @@ -33,7 +33,7 @@ DOCDIRNAME= Doc DOCEXT= .elif (${LANGUAGE} == "Japanese") ALL_TARGET= ja filters -LIB_DEPENDS= tcl76jp\\.1\\.:${PORTSDIR}/japanese/tcl76 +LIB_DEPENDS= tcl76jp.1:${PORTSDIR}/japanese/tcl76 RUN_DEPENDS+= ${PREFIX}/bin/wish4.2jp:${PORTSDIR}/japanese/tk42 LANGEXT= ja DOCDIRNAME= Doc.ja diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile index 0a259a3bc9be..b613f361a349 100644 --- a/print/virtualpaper/Makefile +++ b/print/virtualpaper/Makefile @@ -3,7 +3,7 @@ # Date created: 13 June 1996 # Whom: jkh # -# $Id: Makefile,v 1.6 1997/07/11 05:19:13 jdp Exp $ +# $Id: Makefile,v 1.7 1998/08/26 20:44:12 asami Exp $ # DISTNAME= virtualpaper-1.4 @@ -14,7 +14,7 @@ DISTFILES= sources.tar.Z MAINTAINER= jdp@FreeBSD.org BUILD_DEPENDS= m3build-6:${PORTSDIR}/lang/modula-3 -LIB_DEPENDS= m3\\.6\\.:${PORTSDIR}/lang/modula-3-lib +LIB_DEPENDS= m3.6:${PORTSDIR}/lang/modula-3-lib DIST_SUBDIR= virtualpaper-1.4 MAN1= LecternClient.1 Lectern.1 BuildLectern.1 EditLectern.1 |