diff options
author | asami <asami@FreeBSD.org> | 1997-10-08 07:45:44 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-10-08 07:45:44 +0000 |
commit | fbd4de14fdc3b63ac310cdf5d6b4331a0dcfa04e (patch) | |
tree | 96b03235fea59e32e3964c02bdfe7b987d67793e /sysutils/cd-write | |
parent | f7162635c7c865da52b780f546e69b43d1c1baed (diff) | |
download | FreeBSD-ports-fbd4de14fdc3b63ac310cdf5d6b4331a0dcfa04e.zip FreeBSD-ports-fbd4de14fdc3b63ac310cdf5d6b4331a0dcfa04e.tar.gz |
Uh, you need to change LIB_DEPENDS too, if you are using a new version
of a library. ;)
Diffstat (limited to 'sysutils/cd-write')
-rw-r--r-- | sysutils/cd-write/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cd-write/Makefile b/sysutils/cd-write/Makefile index 2e6fa50..00c6100 100644 --- a/sysutils/cd-write/Makefile +++ b/sysutils/cd-write/Makefile @@ -3,7 +3,7 @@ # Date created: 1 May 1997 # Whom: jmz # -# $Id: Makefile,v 1.5 1997/06/02 21:28:46 jmz Exp $ +# $Id: Makefile,v 1.6 1997/09/25 02:06:19 jmz Exp $ # DISTNAME= cd-write-1.4 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ MAINTAINER= jmz@FreeBSD.org -LIB_DEPENDS= tixsam4176\\.1\\.:${PORTSDIR}/x11/tix +LIB_DEPENDS= tixsam4180\\.1\\.:${PORTSDIR}/x11/tix WRKSRC= ${WRKDIR}/cd-write |