aboutsummaryrefslogtreecommitdiff
path: root/x11/xvattr
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-03-21 15:25:15 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-03-21 15:25:15 +0000
commit36ac96c30c4c4abc6a60890674503dd702d9b84f (patch)
tree65b7d9d99b0cdb88318ec5206dd629c0b6c200dc /x11/xvattr
parent2e9fabce31a80fac88133c20040a0f891bcccd71 (diff)
downloadports-36ac96c30c4c4abc6a60890674503dd702d9b84f.tar.gz
ports-36ac96c30c4c4abc6a60890674503dd702d9b84f.zip
- Some Makefile rework
- Unquote IGNORE message PR: ports/94755 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Notes
Notes: svn path=/head/; revision=157885
Diffstat (limited to 'x11/xvattr')
-rw-r--r--x11/xvattr/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile
index ad7541f57815..fb67e3827f70 100644
--- a/x11/xvattr/Makefile
+++ b/x11/xvattr/Makefile
@@ -15,11 +15,11 @@ MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= Getting and setting Xv attributes
-USE_X_PREFIX= yes
+USE_X_PREFIX= yes
USE_PERL5_BUILD= yes
USE_GETOPT_LONG= yes
-USE_GNOME= gtk12
-GNU_CONFIGURE= yes
+USE_GNOME= gtk12
+GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= xvattr.1
@@ -27,7 +27,7 @@ MAN1= xvattr.1
.include <bsd.port.pre.mk>
.if ${X_WINDOW_SYSTEM:L} == xfree86-3
-IGNORE= "Requires Xv Extension"
+IGNORE= requires Xv Extension
.endif
.include <bsd.port.post.mk>