diff options
author | Mike Smith <msmith@FreeBSD.org> | 1998-09-03 16:02:35 +0000 |
---|---|---|
committer | Mike Smith <msmith@FreeBSD.org> | 1998-09-03 16:02:35 +0000 |
commit | f3ab1648256742054adf3494675d84b28bf1494b (patch) | |
tree | 0d68b194e732c9af845bc59827f2d8d525c48d7c /ports-mgmt | |
parent | 2d8ab3c4a76cd5fdc612abd5f479479524e61a90 (diff) | |
download | ports-f3ab1648256742054adf3494675d84b28bf1494b.tar.gz ports-f3ab1648256742054adf3494675d84b28bf1494b.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/pib/Makefile b/ports-mgmt/pib/Makefile index 2ce79bf6ed33..9a5492e98a2f 100644 --- a/ports-mgmt/pib/Makefile +++ b/ports-mgmt/pib/Makefile @@ -3,7 +3,7 @@ # Date created: 30 December 1996 # Whom: Mike Smith <msmith@freebsd.org> # -# $Id: Makefile,v 1.7 1998/02/21 22:38:05 fenner Exp $ +# $Id: Makefile,v 1.8 1998/08/07 23:56:47 asami Exp $ # DISTNAME= pib-1.1 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://gsoft.com.au/pub/pib/ MAINTAINER= msmith@freebsd.org -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 +BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 do-install: ${MKDIR} ${PREFIX}/lib/pib |