diff options
Diffstat (limited to 'graphics/dvipng/Makefile')
-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 |