diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-02-04 11:20:50 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-02-04 11:20:50 +0000 |
commit | 75612617f549ad37da34e822449f45bc1b90b2b1 (patch) | |
tree | d3573e84b24f16336dd9fcfbb6232d8da2613ba1 /ports-mgmt/p5-FreeBSD-Portindex/Makefile | |
parent | fix build (by using libtool:15) with recent CURRENTs where objformat went away (diff) |
Update to 1.9
DEPENDS is gone from the bsd.ports.mk: reflect this in the index
processing code.
PR: 108749
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Diffstat (limited to 'ports-mgmt/p5-FreeBSD-Portindex/Makefile')
-rw-r--r-- | ports-mgmt/p5-FreeBSD-Portindex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/Makefile b/ports-mgmt/p5-FreeBSD-Portindex/Makefile index db89478606d0..b526813222ae 100644 --- a/ports-mgmt/p5-FreeBSD-Portindex/Makefile +++ b/ports-mgmt/p5-FreeBSD-Portindex/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= FreeBSD-Portindex -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= sysutils perl5 MASTER_SITES= http://www.infracaninophile.co.uk/portindex/ PKGNAMEPREFIX= p5- |