diff options
author | mat <mat@FreeBSD.org> | 2013-10-07 22:04:05 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-10-07 22:04:05 +0800 |
commit | 717c9f7800ef50a8f4835a0434d0bf393aaa9e53 (patch) | |
tree | 0a59c48e01934512bbc0742f8b8dd7e833255a10 /deskutils | |
parent | cb7936d9d6ce816b965f3db556ace66ae74f0dcb (diff) | |
download | freebsd-ports-gnome-717c9f7800ef50a8f4835a0434d0bf393aaa9e53.tar.gz freebsd-ports-gnome-717c9f7800ef50a8f4835a0434d0bf393aaa9e53.tar.zst freebsd-ports-gnome-717c9f7800ef50a8f4835a0434d0bf393aaa9e53.zip |
USE_GCC=s/4.6+/yes/
Requested by: gerald
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/mirall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/mirall/Makefile b/deskutils/mirall/Makefile index aa2debef7772..ca4fe56037c3 100644 --- a/deskutils/mirall/Makefile +++ b/deskutils/mirall/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= USE_QT4= corelib dbus gui linguist moc network qmake qtestlib rcc uic webkit xml CMAKE_ENV= CSYNC_DIR=${LOCALBASE} CMAKE_ARGS= -DCSYNC_INCLUDE_PATH:STRING=${LOCALBASE}/include/ocsync/ -USE_GCC= 4.6+ +USE_GCC= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes |