aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portdowngrade
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-06-25 16:39:44 +0000
committerSteve Wills <swills@FreeBSD.org>2012-06-25 16:39:44 +0000
commit25fb2fe9701537b0b662dfa21c0a3d57d6060eca (patch)
treec9e9fd16540a129722ffab1c3a9b7e58c1da4a14 /ports-mgmt/portdowngrade
parentab37df8adba6754ebfbd701076b47fdc290e50d9 (diff)
downloadports-25fb2fe9701537b0b662dfa21c0a3d57d6060eca.tar.gz
ports-25fb2fe9701537b0b662dfa21c0a3d57d6060eca.zip
- Revert previous commit as iconv deps mean we still need to LIB_DEPEND on
popt
Notes
Notes: svn path=/head/; revision=299953
Diffstat (limited to 'ports-mgmt/portdowngrade')
-rw-r--r--ports-mgmt/portdowngrade/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portdowngrade/Makefile b/ports-mgmt/portdowngrade/Makefile
index 2bdc1cbc7d0d..6fd55d23d066 100644
--- a/ports-mgmt/portdowngrade/Makefile
+++ b/ports-mgmt/portdowngrade/Makefile
@@ -7,14 +7,14 @@
PORTNAME= portdowngrade
PORTVERSION= 0.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= ports-mgmt
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Sets a port back to a previous version
-BUILD_DEPENDS= ${LOCALBASE}/lib/libpopt.a:${PORTSDIR}/devel/popt
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
CONFIGURE_ENV= LIBS="-lpopt -L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include