- Switch to USES=localbase
- Remove obsolete OSVERSION condition Approved by: portmgr blanket
This commit is contained in:
parent
2edfa058ea
commit
ad0ce01386
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456462
1 changed files with 2 additions and 9 deletions
|
@ -13,21 +13,14 @@ COMMENT= GNOME utility that provides network information statistics
|
||||||
|
|
||||||
BUILD_DEPENDS= itstool:textproc/itstool
|
BUILD_DEPENDS= itstool:textproc/itstool
|
||||||
LIB_DEPENDS= libgtop-2.0.so:devel/libgtop
|
LIB_DEPENDS= libgtop-2.0.so:devel/libgtop
|
||||||
|
RUN_DEPENDS= ${LOCALBASE}/bin/dig:dns/bind-tools
|
||||||
|
|
||||||
USE_GNOME= gtk30 intlhack libxml2:build
|
USE_GNOME= gtk30 intlhack libxml2:build
|
||||||
USES= gettext gmake libtool pathfix pkgconfig tar:xz
|
USES= gettext gmake libtool localbase:ldflags pathfix pkgconfig tar:xz
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
GLIB_SCHEMAS= org.gnome.gnome-nettool.gschema.xml
|
GLIB_SCHEMAS= org.gnome.gnome-nettool.gschema.xml
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
|
||||||
|
|
||||||
.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} > 1000000)
|
|
||||||
RUN_DEPENDS+= ${LOCALBASE}/bin/dig:dns/bind-tools
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue