diff options
author | garga <garga@FreeBSD.org> | 2006-03-21 23:25:15 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-21 23:25:15 +0800 |
commit | bcbb986ae9345a72d24f4d6c19b1e294b4901065 (patch) | |
tree | 78405180cebfbe68b577e04cd2548c6ad61a7bdf /x11 | |
parent | 0f52a4a9037a57afe2445acb221ab1b23c2acc75 (diff) | |
download | freebsd-ports-gnome-bcbb986ae9345a72d24f4d6c19b1e294b4901065.tar.gz freebsd-ports-gnome-bcbb986ae9345a72d24f4d6c19b1e294b4901065.tar.zst freebsd-ports-gnome-bcbb986ae9345a72d24f4d6c19b1e294b4901065.zip |
- Some Makefile rework
- Unquote IGNORE message
PR: ports/94755
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'x11')
-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> |