diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-06-13 07:43:56 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-06-13 07:43:56 +0000 |
commit | fbd7a846f45d8c8c03824d3c3f604040080c6071 (patch) | |
tree | c726a924ab22ed67be64afbe1e032d65e0cc848b /textproc/gtkdiff/Makefile | |
parent | - Let the Spanish manpage install by pre-creating its path (diff) |
- Remove USE_X_PREFIX
- Change MASTER_SITES
- Minor fixes
Approved by: sat (mentor)
Diffstat (limited to 'textproc/gtkdiff/Makefile')
-rw-r--r-- | textproc/gtkdiff/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile index 1fd871469f5a..391ab0f56698 100644 --- a/textproc/gtkdiff/Makefile +++ b/textproc/gtkdiff/Makefile @@ -9,13 +9,12 @@ PORTNAME= gtkdiff PORTVERSION= 1.8.0 PORTREVISION= 3 CATEGORIES= textproc gnome -MASTER_SITES= LOCAL/beech +MASTER_SITES= TUCOWS MAINTAINER= beech@FreeBSD.org -COMMENT= A frontend program for diff(1) written for GNOME +COMMENT= A frontend for diff(1) -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix gnomelibs +USE_GNOME= gnomehack gnomeprefix gnomelibs GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |