diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-10-18 19:48:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-10-18 19:48:10 +0000 |
commit | 2c203824f816c266e04b0ecc0b7a115050e5143b (patch) | |
tree | 498bfc164705a45a82b615167681505cce896ef1 /graphics/gtkdps | |
parent | b8f142d05cd6afb1601d5c4bdd668dc1f723dbd5 (diff) | |
download | ports-2c203824f816c266e04b0ecc0b7a115050e5143b.tar.gz ports-2c203824f816c266e04b0ecc0b7a115050e5143b.zip |
Notes
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r-- | graphics/gtkdps/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index 95241ebdc1ad..cb3c0e7c7098 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtkdps -# Date created: 21 April 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# +# Created by: Yukihiro Nakai <Nakai@technologist.com> # $FreeBSD$ -# PORTNAME= gtkdps PORTVERSION= 0.3.4 @@ -14,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dinoex DISTNAME= gtkDPS-${PORTVERSION} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Gtk bindings for the Display GhostScript System LIB_DEPENDS+= dpstk.0:${PORTSDIR}/x11/dgs |