diff --git a/textproc/sagasu/Makefile b/textproc/sagasu/Makefile index fff0c642e2cb..9477391eecf1 100644 --- a/textproc/sagasu/Makefile +++ b/textproc/sagasu/Makefile @@ -7,15 +7,14 @@ PORTNAME= sagasu PORTVERSION= 2.0.8 CATEGORIES= textproc gnome -MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/ \ - http://demian.dyndns.org/src/ +MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/ MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME tool to find strings in a set of files USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix libgnomeui -USE_REINPLACE= yes +USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/textproc/sagasu/pkg-descr b/textproc/sagasu/pkg-descr index 1167d4dd6422..9c2aca2f6bf5 100644 --- a/textproc/sagasu/pkg-descr +++ b/textproc/sagasu/pkg-descr @@ -4,6 +4,6 @@ a search result launches a user command that can for example load the file in an editor at the appropriate line. The search can optionally ignore CVS directories. -WWW: http://sarrazip.com/dev/sagasu.html +WWW: http://www3.sympatico.ca/sarrazip/dev/sagasu.html Juan Salaverria --