aboutsummaryrefslogtreecommitdiff
path: root/devel/libgtop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r--devel/libgtop/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index a016e66906cd..1d0c78be470d 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libgtop
PORTVERSION= 2.22.1
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -31,7 +32,8 @@ INFO= libgtop2
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 800019
+.if ( ${OSVERSION} >= 800000 && ${OSVERSION} < 800019 ) || \
+ ${OSVERSION} < 700104
RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof
.endif