Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2013 00:15:19 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325747 - head/net-mgmt/libsmi
Message-ID:  <201308310015.r7V0FJpI026564@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Aug 31 00:15:18 2013
New Revision: 325747
URL: http://svnweb.freebsd.org/changeset/ports/325747

Log:
  Convert USE_GNOME=pkgconfig to USES=pkgconfig
  Convert USE_GNOME=gnomehack to USES=pathfix
  Convert USE_GMAKE to USES=gmake

Modified:
  head/net-mgmt/libsmi/Makefile

Modified: head/net-mgmt/libsmi/Makefile
==============================================================================
--- head/net-mgmt/libsmi/Makefile	Sat Aug 31 00:12:37 2013	(r325746)
+++ head/net-mgmt/libsmi/Makefile	Sat Aug 31 00:15:18 2013	(r325747)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libsmi
-# Date created:			Tue Jan 27 2000
-# Whom:				Marcin Cieslak <saper@system.pl>
-#
+# Created by: Marcin Cieslak <saper@system.pl>
 # $FreeBSD$
-#
 
 PORTNAME=	libsmi
 PORTVERSION=	0.4.8
@@ -16,8 +12,7 @@ COMMENT=	A library to access SMI MIB inf
 
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
-USE_GNOME=	pkgconfig gnomehack
-USE_GMAKE=	yes
+USES=		gmake pathfix pkgconfig
 PIBDIR=		${PREFIX}/share/smi/pibs
 MIBDIR=		${PREFIX}/share/smi/mibs
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308310015.r7V0FJpI026564>