diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-18 10:06:48 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-18 10:06:48 +0800 |
commit | b912d4ac1461d1ab376eec79c3c3dbc5a017c963 (patch) | |
tree | c396f3e494b83cec24790ee8a0eabd7aca9688e6 | |
parent | ce6e2e27143457e59a11f34f7172c9e0789e4e37 (diff) | |
download | marcuscom-ports-b912d4ac1461d1ab376eec79c3c3dbc5a017c963.tar marcuscom-ports-b912d4ac1461d1ab376eec79c3c3dbc5a017c963.tar.gz marcuscom-ports-b912d4ac1461d1ab376eec79c3c3dbc5a017c963.tar.bz2 marcuscom-ports-b912d4ac1461d1ab376eec79c3c3dbc5a017c963.tar.lz marcuscom-ports-b912d4ac1461d1ab376eec79c3c3dbc5a017c963.tar.xz marcuscom-ports-b912d4ac1461d1ab376eec79c3c3dbc5a017c963.tar.zst marcuscom-ports-b912d4ac1461d1ab376eec79c3c3dbc5a017c963.zip |
- Fix small typo that fixes plist
Submitted by: ankon on #FreeBSD-Gnome
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5159 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/anjuta-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/anjuta-devel/Makefile b/devel/anjuta-devel/Makefile index ad10db499..0d003e8e0 100644 --- a/devel/anjuta-devel/Makefile +++ b/devel/anjuta-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Dmitry Sivachenko <demon@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/anjuta-devel/Makefile,v 1.6 2005/10/27 19:19:14 mezz Exp $ +# $MCom: ports/devel/anjuta-devel/Makefile,v 1.7 2005/10/27 21:20:31 mezz Exp $ # PORTNAME= anjuta @@ -56,7 +56,7 @@ CONFIGURE_ARGS+=--with-subversion-dir=${LOCALBASE}/bin \ --with-svn-lib=${LOCALBASE}/lib \ --with-apr-config=${LOCALBASE}/bin/apr-1-config \ --with-apu-config=${LOCALBASE}/bin/apu-1-config -PLIST_SUBS+= SVN="" +PLIST_SUB+= SVN="" .else CONFIGURE_ARGS+=--without-subversion-dir \ --without-apr-config \ |