diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /www/nvu | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) | |
download | ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip |
Notes
Diffstat (limited to 'www/nvu')
-rw-r--r-- | www/nvu/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/nvu/Makefile b/www/nvu/Makefile index 767996edfc03..d356e0f13757 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -3,12 +3,11 @@ # Whom: Thierry Thomas <thierry@pompo.net> # # $FreeBSD$ -# $MCom: ports/www/nvu/Makefile,v 1.3 2005/11/23 00:40:57 ahze Exp $ -# +# $MCom: ports/www/nvu/Makefile,v 1.5 2006/07/18 15:07:36 ahze Exp $ PORTNAME= nvu DISTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://cvs.nvu.com/download/ DISTNAME= ${PORTNAME}-${DISTVERSION}-sources @@ -16,7 +15,6 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-sources MAINTAINER= gnome@FreeBSD.org COMMENT= A complete Web Authoring System similar to Dreamweaver or Frontpage -USE_X_PREFIX= yes USE_BZIP2= yes WANT_GNOME= yes USE_GMAKE= yes @@ -27,7 +25,7 @@ PORT_MOZCONFIG= ${WRKSRC}/composer/config/mozconfig.linux CFLAGS+= -I${X11BASE}/include .include <bsd.port.pre.mk> -.include "${.CURDIR}/../mozilla/Makefile.common" +.include "${PORTSDIR}/www/mozilla/Makefile.common" .if ${ARCH} == "ia64" BROKEN= does not build |