diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-10-27 19:35:12 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-10-27 19:35:12 +0000 |
commit | 1c8881a761185f2c48921b5fe5b958648b1147f4 (patch) | |
tree | d435c79aefc8c02e0d7077ac5cac4c97c2a3c60c /comms/efax-gtk | |
parent | 4dc10b49d0d5e9d9fbdb04033de45f56615f18b8 (diff) |
Revert USE_GCC to yes
Requested by: gerald
Notes
Notes:
svn path=/head/; revision=331800
Diffstat (limited to 'comms/efax-gtk')
-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]* |