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/xcut | |
parent | 842d1150059240d52d41ca8332c4895bd037e0a9 (diff) |
Notes
Diffstat (limited to 'x11/xcut')
-rw-r--r-- | x11/xcut/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xcut/Makefile b/x11/xcut/Makefile index 1e57403b8f40..8879cd65ddde 100644 --- a/x11/xcut/Makefile +++ b/x11/xcut/Makefile @@ -7,9 +7,9 @@ PORTNAME= xcut PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ +MASTER_SITES= SF \ http://acsys.anu.edu.au/~tpot/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,6 +17,7 @@ MAINTAINER= cy@FreeBSD.org COMMENT= Manipulate X cut buffers from the commandline USE_IMAKE= YES +USE_XORG= x11 MAN1= xcut.1 PLIST_FILES= bin/xcut |