diff options
author | asami <asami@FreeBSD.org> | 1999-02-03 08:09:51 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-02-03 08:09:51 +0000 |
commit | ecdd9221e7e01d44f97cd64493212ebe7e14c6cd (patch) | |
tree | a63890a88f20873d759e17e18168205fd8a87577 /mail/balsa2 | |
parent | a65a24a4e1053a96afddce78360210b93a057568 (diff) | |
download | FreeBSD-ports-ecdd9221e7e01d44f97cd64493212ebe7e14c6cd.zip FreeBSD-ports-ecdd9221e7e01d44f97cd64493212ebe7e14c6cd.tar.gz |
Change libPropList directory name.
Forgotten by: vanilla
Diffstat (limited to 'mail/balsa2')
-rw-r--r-- | mail/balsa2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 4708ec8..b50460e 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -3,7 +3,7 @@ # Date created: 02 December 1998 # Whom: Glenn Johnson <gljohns@bellsouth.net> # -# $Id: Makefile,v 1.1.1.1 1998/12/09 05:20:02 vanilla Exp $ +# $Id: Makefile,v 1.2 1999/01/17 19:59:38 vanilla Exp $ # DISTNAME= balsa-0.4.6.2 @@ -13,7 +13,7 @@ MASTER_SITES= http://www.balsa.net/dist/ MAINTAINER= gljohns@bellsouth.net LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \ - PropListgnome.1:${PORTSDIR}/devel/libPropListgnome + PropList.1:${PORTSDIR}/devel/libPropList BROKEN= "can't work with gnomelibs-0.99.3" |