diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
commit | 33e3d901d4375c73d7a95b6894c0022d6be7eb95 (patch) | |
tree | 34bbfd02d2930c7d48865fddb99f6e755da7b857 /graphics/plotmtv | |
parent | 842d1150059240d52d41ca8332c4895bd037e0a9 (diff) | |
download | ports-33e3d901d4375c73d7a95b6894c0022d6be7eb95.tar.gz ports-33e3d901d4375c73d7a95b6894c0022d6be7eb95.zip |
Notes
Diffstat (limited to 'graphics/plotmtv')
-rw-r--r-- | graphics/plotmtv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/plotmtv/Makefile b/graphics/plotmtv/Makefile index 9e4204a3738d..fd4032268ffd 100644 --- a/graphics/plotmtv/Makefile +++ b/graphics/plotmtv/Makefile @@ -7,7 +7,7 @@ PORTNAME= plotmtv PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB} DISTNAME= Plotmtv${PORTVERSION} @@ -19,6 +19,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A multipurpose X11 plotting program USE_IMAKE= yes +USE_XORG= x11 xext xt ALL_TARGET= World MAN1= plotmtv.1 |