diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-06 02:00:40 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-06 02:00:40 +0000 |
commit | 7dadfc8a887b9d519a937284f72ac2ce844fd960 (patch) | |
tree | 03323bda08dff3e59e16e53235d609d9f8541643 /graphics/ipe | |
parent | 7af38514ef131319f37fe42494cfbbc7c76184b6 (diff) | |
download | ports-7dadfc8a887b9d519a937284f72ac2ce844fd960.tar.gz ports-7dadfc8a887b9d519a937284f72ac2ce844fd960.zip |
Notes
Diffstat (limited to 'graphics/ipe')
-rw-r--r-- | graphics/ipe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile index a4f633f93801..d6f696397c37 100644 --- a/graphics/ipe/Makefile +++ b/graphics/ipe/Makefile @@ -13,7 +13,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Extensible drawing editor LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/src @@ -22,6 +21,7 @@ USE_LDCONFIG= yes USE_LUA= 5.1 USE_GMAKE= yes USE_QT4= gui qt3support qmake_build moc_build uic_build rcc_build +USE_TEX= tetex MAN1= ipe.1 ipe6upgrade.1 ipeextract.1 iperender.1 ipetoipe.1 ipescript.1 .include <bsd.port.options.mk> |