diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-22 06:04:55 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-22 06:04:55 +0000 |
commit | 8ce2317fb26d8e8476f1a1e259cb9f64bbd90fd2 (patch) | |
tree | cc9ddba9680936cb532cc7da489c691bc46b2d81 /devel/gtgt/Makefile | |
parent | d71e404c9e6dbbabcd394e34b08ba6919aa3ddef (diff) | |
download | ports-8ce2317fb26d8e8476f1a1e259cb9f64bbd90fd2.tar.gz ports-8ce2317fb26d8e8476f1a1e259cb9f64bbd90fd2.zip |
Notes
Diffstat (limited to 'devel/gtgt/Makefile')
-rw-r--r-- | devel/gtgt/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/gtgt/Makefile b/devel/gtgt/Makefile index 8ce32db98086..0d8019828402 100644 --- a/devel/gtgt/Makefile +++ b/devel/gtgt/Makefile @@ -7,17 +7,14 @@ # PORTNAME= gtgt -PORTVERSION= 1.0.1 +PORTVERSION= 1.2.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.karubik.de/gtgt/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_GMAKE= yes - .include <bsd.port.mk> |