diff options
author | edwin <edwin@FreeBSD.org> | 2008-05-05 16:33:57 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-05-05 16:33:57 +0800 |
commit | dff986b644507292d0a8f4569eaf712e3e171b76 (patch) | |
tree | 83ef756d1909f2dae19e716dd07546359eb28614 /www/sitecopy | |
parent | 74b54a2a6100c72680eb12390224fa3d2245e7fc (diff) | |
download | freebsd-ports-gnome-dff986b644507292d0a8f4569eaf712e3e171b76.tar.gz freebsd-ports-gnome-dff986b644507292d0a8f4569eaf712e3e171b76.tar.zst freebsd-ports-gnome-dff986b644507292d0a8f4569eaf712e3e171b76.zip |
Rename www/neon to www/neon26 to make the integration
of www/neon28 possible
Diffstat (limited to 'www/sitecopy')
-rw-r--r-- | www/sitecopy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 30723975cc59..400c03a272c5 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= olgeni@FreeBSD.org COMMENT= Maintains remote websites, uses FTP or WebDAV to sync up with local copy -LIB_DEPENDS= neon.26:${PORTSDIR}/www/neon +LIB_DEPENDS= neon.26:${PORTSDIR}/www/neon26 GNU_CONFIGURE= yes CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \ |