diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-31 22:10:15 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-31 22:10:15 +0000 |
commit | 50d23771a4194f853d0bae9d6b1f7b01866ae107 (patch) | |
tree | 99fed55402c25d9d7711ce31cc304391cd7bbbf5 /x11/gmrun | |
parent | c926ed237f7ba6c648b6e8457e1ad1d58ea9148a (diff) | |
download | ports-50d23771a4194f853d0bae9d6b1f7b01866ae107.tar.gz ports-50d23771a4194f853d0bae9d6b1f7b01866ae107.zip |
Use system compiler on CURRENT
Notes
Notes:
svn path=/head/; revision=192500
Diffstat (limited to 'x11/gmrun')
-rw-r--r-- | x11/gmrun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index 09165d296fab..fdcf3867cb99 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -17,7 +17,7 @@ COMMENT= A customizable program to run programs, with tab-completion LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -USE_GCC= 3.4 +USE_GCC= 3.4+ USE_X_PREFIX= yes USE_GNOME= gtk20 USE_GMAKE= yes |