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 /x11/lupe | |
parent | 842d1150059240d52d41ca8332c4895bd037e0a9 (diff) | |
download | ports-33e3d901d4375c73d7a95b6894c0022d6be7eb95.tar.gz ports-33e3d901d4375c73d7a95b6894c0022d6be7eb95.zip |
Notes
Diffstat (limited to 'x11/lupe')
-rw-r--r-- | x11/lupe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/lupe/Makefile b/x11/lupe/Makefile index e103d4edfcb5..07ab5b8ad8e9 100644 --- a/x11/lupe/Makefile +++ b/x11/lupe/Makefile @@ -7,7 +7,7 @@ PORTNAME= lupe PORTVERSION= 0.08 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 accessibility MASTER_SITES= http://www.oersted.co.jp/~yav/soft/ DISTNAME= lupe008 @@ -17,6 +17,7 @@ COMMENT= Real-time magnifying glass for X11 WRKSRC= ${WRKDIR}/lupe USE_IMAKE= yes +USE_XORG= x11 xext XMKMF= xmkmf MAN1= lupe.1 |