diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2005-02-20 17:22:18 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2005-02-20 17:22:18 +0000 |
commit | 801dfabd273362d47cf8db638a70c134c2547175 (patch) | |
tree | 3930d6f21493df5c1fc26d105b290c66c84245d8 /graphics/dvipng | |
parent | - Update to 0.2.7 (diff) |
- Mark as IGNORE; the latest version of this port is already included
in the teTeX distribution.
- Fix dependency and take maintainership.
Notes
Notes:
svn path=/head/; revision=129380
Diffstat (limited to 'graphics/dvipng')
-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 |