diff options
Diffstat (limited to 'textproc/gtkdiff/Makefile')
-rw-r--r-- | textproc/gtkdiff/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile index fbfa98437bc2..6466353f6918 100644 --- a/textproc/gtkdiff/Makefile +++ b/textproc/gtkdiff/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gtkdiff -# Version required: 1.0.1 +# Version required: 1.0.2 # Date created: 17 November 1999 # Whom: Maxim Sobolev # # $FreeBSD$ # -DISTNAME= gtkdiff-1.0.1 +DISTNAME= gtkdiff-1.0.2 CATEGORIES= textproc gnome MASTER_SITES= http://www.ainet.or.jp/~inoue/software/gtkdiff/ @@ -23,4 +23,6 @@ CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ USE_X_PREFIX= yes GNU_CONFIGURE= yes +MAN1= gtkdiff.1 + .include <bsd.port.mk> |