diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-21 15:25:15 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-21 15:25:15 +0000 |
commit | 36ac96c30c4c4abc6a60890674503dd702d9b84f (patch) | |
tree | 65b7d9d99b0cdb88318ec5206dd629c0b6c200dc /x11/xvattr | |
parent | 2e9fabce31a80fac88133c20040a0f891bcccd71 (diff) |
Notes
Diffstat (limited to 'x11/xvattr')
-rw-r--r-- | x11/xvattr/Makefile | 8 |
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> |