diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-26 05:07:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-26 05:07:40 +0800 |
commit | df671816c9a29fe6c8f4349726e2e17298228e6a (patch) | |
tree | 003f217dda413a7ed49f1ab23df6e48bc1ca5afa /graphics/xv/Makefile | |
parent | 35bf9253b20593136e60db0ffb40175819b98993 (diff) | |
download | freebsd-ports-gnome-df671816c9a29fe6c8f4349726e2e17298228e6a.tar.gz freebsd-ports-gnome-df671816c9a29fe6c8f4349726e2e17298228e6a.tar.zst freebsd-ports-gnome-df671816c9a29fe6c8f4349726e2e17298228e6a.zip |
Remove USE_GCC added by mistake
Diffstat (limited to 'graphics/xv/Makefile')
-rw-r--r-- | graphics/xv/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index b27bb2884776..5f26369cc59a 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -25,7 +25,6 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ USES= imake USE_XORG= xext x11 xt -USE_GCC= any OPTIONS_DEFINE= M17N DOCS M17N_DESC= build with Multilingualization support |