diff options
author | wg <wg@FreeBSD.org> | 2013-06-07 23:46:47 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-06-07 23:46:47 +0800 |
commit | 0bd7cab90408a950808aed0b60ba23353232a8f9 (patch) | |
tree | c5579291da8b759a2f79923a2086856e62244f92 /devel | |
parent | 7c7a4862ab71182bace2c5e0b486ed1ba1be46bf (diff) | |
download | freebsd-ports-gnome-0bd7cab90408a950808aed0b60ba23353232a8f9.tar.gz freebsd-ports-gnome-0bd7cab90408a950808aed0b60ba23353232a8f9.tar.zst freebsd-ports-gnome-0bd7cab90408a950808aed0b60ba23353232a8f9.zip |
- Fix libkvm dependency link [1]
- Trim Makefile header
- Use space for WWW in pkg-descr
PR: ports/179394 [1]
Submitted by: Oleg A. Mamontov <oleg@mamontov.net> [1]
Approved by: culot / jpaetzel (mentors, implicit), maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsysinfo/Makefile | 8 | ||||
-rw-r--r-- | devel/libsysinfo/pkg-descr | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/devel/libsysinfo/Makefile b/devel/libsysinfo/Makefile index 1fff4d4e5cfa..895b5066024f 100644 --- a/devel/libsysinfo/Makefile +++ b/devel/libsysinfo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libsysinfo -# Date created: 14 April 2012 -# Whom: Jason Bacon <jwbacon@tds.net> -# +# Created by: Jason Bacon <jwbacon@tds.net> # $FreeBSD$ -# PORTNAME= libsysinfo PORTVERSION= 0.0.2 @@ -18,6 +14,8 @@ LICENSE= BSD USE_LDCONFIG= yes PROJECTHOST= sysinfo-bsd +LDFLAGS+= -lkvm + PLIST_FILES= include/sys/sysinfo.h \ lib/libsysinfo.a \ lib/libsysinfo.so \ diff --git a/devel/libsysinfo/pkg-descr b/devel/libsysinfo/pkg-descr index ea7e5fb2b107..3a4e50b16d1b 100644 --- a/devel/libsysinfo/pkg-descr +++ b/devel/libsysinfo/pkg-descr @@ -2,4 +2,4 @@ The sysinfo(3) function is a GNU interface for retrieving common information about the configuration and state of the system, such as is returned by sysctl(3) and sysconf(3). -WWW: http://code.google.com/p/sysinfo-bsd/ +WWW: http://code.google.com/p/sysinfo-bsd/ |