diff options
author | pawel <pawel@FreeBSD.org> | 2013-10-28 03:35:12 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-10-28 03:35:12 +0800 |
commit | 75bbf4ce8177859a3c222673f6fcff987e4d1fe9 (patch) | |
tree | d435c79aefc8c02e0d7077ac5cac4c97c2a3c60c /comms | |
parent | aa68222c9c43051c21384bf914837349c27aadfb (diff) | |
download | freebsd-ports-gnome-75bbf4ce8177859a3c222673f6fcff987e4d1fe9.tar.gz freebsd-ports-gnome-75bbf4ce8177859a3c222673f6fcff987e4d1fe9.tar.zst freebsd-ports-gnome-75bbf4ce8177859a3c222673f6fcff987e4d1fe9.zip |
Revert USE_GCC to yes
Requested by: gerald
Diffstat (limited to 'comms')
-rw-r--r-- | comms/efax-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index cf6990a36ffc..6d18bf954280 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -21,7 +21,7 @@ USES= pkgconfig USE_GHOSTSCRIPT_RUN=yes USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_GCC= 4.6+ +USE_GCC= yes CONFLICTS= efax-[0-9]* |