diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /x11/xclip | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) |
Notes
Diffstat (limited to 'x11/xclip')
-rw-r--r-- | x11/xclip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile index 03f8e4c77d8c..68f3bf33140e 100644 --- a/x11/xclip/Makefile +++ b/x11/xclip/Makefile @@ -8,13 +8,14 @@ PORTNAME= xclip PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF MAINTAINER= ports@eitanadler.com COMMENT= An interface to X selections ("the clipboard") from the command line -USE_AUTOTOOLS= autoconf:262:env aclocal:19:env automake:19:env +USE_AUTOTOOLS= autoconf:267:env aclocal:19:env automake:19:env USE_XORG= x11 xmu USE_GMAKE= yes GNU_CONFIGURE= yes |