diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 06:26:13 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 06:26:13 +0000 |
commit | 4accde7679c5fa7d23c633c57595818c08e01262 (patch) | |
tree | 0d433e54024b1c5940ad47a9eb355727f2e76b56 /sysutils/slmon/Makefile | |
parent | 587193cc3d82c842a40453958d4d4723204dbab3 (diff) | |
download | ports-4accde7679c5fa7d23c633c57595818c08e01262.tar.gz ports-4accde7679c5fa7d23c633c57595818c08e01262.zip |
upgrade to 0.5.11
PR: 42890
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=66796
Diffstat (limited to 'sysutils/slmon/Makefile')
-rw-r--r-- | sysutils/slmon/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/sysutils/slmon/Makefile b/sysutils/slmon/Makefile index ab7d2bd06c7f..c10eb43d410a 100644 --- a/sysutils/slmon/Makefile +++ b/sysutils/slmon/Makefile @@ -7,24 +7,22 @@ # PORTNAME= slmon -PORTVERSION= 0.5.9 -PORTREVISION= 1 +PORTVERSION= 0.5.11 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \ +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ gtop.1:${PORTSDIR}/devel/libgtop \ - intl.4:${PORTSDIR}/devel/gettext \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + slang.1:${PORTSDIR}/devel/libslang +USE_GMAKE= yes GNU_CONFIGURE= yes -LIBGTOP_CONFIG= ${LOCALBASE}/bin/libgtop-config -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lncurses -lintl -lgnugetopt" -USE_GMAKE= yes MAN1= slmon.1 .include <bsd.port.pre.mk> |