diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-01 02:08:33 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-01 02:08:33 +0800 |
commit | 69e69fdced53f8c39ca0537433c127cf252200ff (patch) | |
tree | 436ae56e1620c3a1ac12ab7a026c51cee27257bd | |
parent | df7c473823a735c64b07a7ce9845b2bdc12d2d75 (diff) | |
download | marcuscom-ports-69e69fdced53f8c39ca0537433c127cf252200ff.tar marcuscom-ports-69e69fdced53f8c39ca0537433c127cf252200ff.tar.gz marcuscom-ports-69e69fdced53f8c39ca0537433c127cf252200ff.tar.bz2 marcuscom-ports-69e69fdced53f8c39ca0537433c127cf252200ff.tar.lz marcuscom-ports-69e69fdced53f8c39ca0537433c127cf252200ff.tar.xz marcuscom-ports-69e69fdced53f8c39ca0537433c127cf252200ff.tar.zst marcuscom-ports-69e69fdced53f8c39ca0537433c127cf252200ff.zip |
Correct a really stupid typo.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9104 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/glib20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index c85a0e655..cb17389bd 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.99 2007/06/20 15:03:06 ahze Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.100 2007/06/29 18:17:52 marcus Exp $ # PORTNAME= glib @@ -28,7 +28,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/prcre +LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 |