diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-13 16:43:35 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-13 16:43:35 +0800 |
commit | f42e712d0059616d2c2bda5e8d1d9cf079845046 (patch) | |
tree | 578d5f676dc97e430748c03a3e1b77641275db26 | |
parent | f46823a955642c389beae6f3914a1f89f9ebcf0c (diff) | |
download | freebsd-ports-gnome-f42e712d0059616d2c2bda5e8d1d9cf079845046.tar.gz freebsd-ports-gnome-f42e712d0059616d2c2bda5e8d1d9cf079845046.tar.zst freebsd-ports-gnome-f42e712d0059616d2c2bda5e8d1d9cf079845046.zip |
. remove shlib ABI version from LIB_DEPENDS;
. bump PORTREVISION;
. trim Makefile headers.
-rw-r--r-- | net-mgmt/pads/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net-mgmt/pads/Makefile b/net-mgmt/pads/Makefile index 020b95c8e821..0a9768107df6 100644 --- a/net-mgmt/pads/Makefile +++ b/net-mgmt/pads/Makefile @@ -1,20 +1,16 @@ -# New ports collection makefile for: pads -# Date created: 21 Feburary 2005 -# Whom: Andrew Thompson <andy@fud.org.nz> -# +# Created by: Andrew Thompson <andy@fud.org.nz> # $FreeBSD$ -# PORTNAME= pads PORTVERSION= 1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/passive/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Passively detect network assets -LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes |