diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-07 03:58:31 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-07 03:58:31 +0000 |
commit | 25abf4b4a7d028a535c39c871464a0cdc1879f16 (patch) | |
tree | 5618f5f9948e4990a372721ec2be2cf2b1db7674 /mail/wmmail | |
parent | Activate gnome-vnc (diff) |
Use the updated libproplist shared library
Notes
Notes:
svn path=/head/; revision=22217
Diffstat (limited to 'mail/wmmail')
-rw-r--r-- | mail/wmmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile index 33a92f8ec55a..edef59d18fe8 100644 --- a/mail/wmmail/Makefile +++ b/mail/wmmail/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.eecg.utoronto.ca/~chanb/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - PropList.1:${PORTSDIR}/devel/libPropList + PropList.2:${PORTSDIR}/devel/libPropList GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-PL-libs="-L${LOCALBASE}/lib" \ |