aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/emelfm2/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-16 11:43:27 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-16 11:43:27 +0000
commite4e25ab80cb0107ee1ec4d8bb245381b8190ae64 (patch)
treee2cb1dad6e4f86e93d8d3c15d8cc45d4b61c4d37 /x11-fm/emelfm2/Makefile
parented54f0c3fcb60daf9a1b64bd657faec6e81da1fa (diff)
downloadports-e4e25ab80cb0107ee1ec4d8bb245381b8190ae64.tar.gz
ports-e4e25ab80cb0107ee1ec4d8bb245381b8190ae64.zip
Notes
Diffstat (limited to 'x11-fm/emelfm2/Makefile')
-rw-r--r--x11-fm/emelfm2/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/x11-fm/emelfm2/Makefile b/x11-fm/emelfm2/Makefile
index b0ce84a1fde0..eba565e06a75 100644
--- a/x11-fm/emelfm2/Makefile
+++ b/x11-fm/emelfm2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= emelfm2
-PORTVERSION= 0.0.8
+PORTVERSION= 0.0.9
CATEGORIES= x11-fm
MASTER_SITES= http://dasui.prima.de/~tooar/
@@ -16,7 +16,6 @@ COMMENT= The gtk2 port of emelfm, a fast graphical filemanager
USE_GNOME= gtk20
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GCC= 3.2
USE_GETOPT_LONG=yes
INSTALLS_SHLIB= yes
@@ -26,6 +25,12 @@ PLUGINDIR= ${WRKSRC}/objs/plugins
PLUGINS= cdburner.so clone.so copy_to_clipboard.so cpbar.so du.so for_each.so \
glob.so mvbar.so pack.so rename_ext.so sort_by_ext.so unpack.so view.so
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+USE_GCC= 3.3
+.endif
+
.if defined(NOPORTDOCS)
do-install::
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@@ -35,4 +40,4 @@ do-install::
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>