diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 02:22:45 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 02:22:45 +0800 |
commit | ff29a7c00e2719e1fb8c5fbe602eac8962f3d13c (patch) | |
tree | 4047554c39581e11a6c99126d5a848755bf0eca2 /www/evolution-webcal | |
parent | 0ffa30a882d52b52daa627150c84db299ce34e2e (diff) | |
download | marcuscom-ports-ff29a7c00e2719e1fb8c5fbe602eac8962f3d13c.tar.gz marcuscom-ports-ff29a7c00e2719e1fb8c5fbe602eac8962f3d13c.tar.zst marcuscom-ports-ff29a7c00e2719e1fb8c5fbe602eac8962f3d13c.zip |
Remove USE_REINPLACE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5827 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/evolution-webcal')
-rw-r--r-- | www/evolution-webcal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile index e1eb87517..aaf46b349 100644 --- a/www/evolution-webcal/Makefile +++ b/www/evolution-webcal/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@rainbow-runner.nl> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/www/evolution-webcal/Makefile,v 1.31 2006/02/13 19:23:02 marcus Exp $ # PORTNAME= webcal @@ -22,7 +22,6 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver libgnomeui -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |