diff options
author | hrs <hrs@FreeBSD.org> | 2005-02-21 01:22:18 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-02-21 01:22:18 +0800 |
commit | 0c6df355e8541905b01a8843451bc77643a216c4 (patch) | |
tree | b782656972d4d95dcbed51d26c6bc18788d625e2 /graphics | |
parent | 329477423116bd3a19238aaa6ee9376c238ac3b7 (diff) | |
download | freebsd-ports-gnome-0c6df355e8541905b01a8843451bc77643a216c4.tar.gz freebsd-ports-gnome-0c6df355e8541905b01a8843451bc77643a216c4.tar.zst freebsd-ports-gnome-0c6df355e8541905b01a8843451bc77643a216c4.zip |
- Mark as IGNORE; the latest version of this port is already included
in the teTeX distribution.
- Fix dependency and take maintainership.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dvipng/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/dvipng/Makefile b/graphics/dvipng/Makefile index b28309139f2b..9b10b9f62748 100644 --- a/graphics/dvipng/Makefile +++ b/graphics/dvipng/Makefile @@ -12,10 +12,10 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= hrs@FreeBSD.org COMMENT= DVI to PNG Converter -BUILD_DEPENDS= kpsepath:${PORTSDIR}/print/teTeX +BUILD_DEPENDS= kpsepath:${PORTSDIR}/print/teTeX-base LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ gd.4:${PORTSDIR}/graphics/gd @@ -30,6 +30,8 @@ MLINKS= dvipng.1 dvigif.1 INFO= dvipng PLIST_FILES= bin/dvigif bin/dvipng +IGNORE= is already included in the teTeX distribution + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dvipng ${PREFIX}/bin ${LN} -sf dvipng ${PREFIX}/bin/dvigif |