diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-06-25 16:39:44 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-06-25 16:39:44 +0000 |
commit | 25fb2fe9701537b0b662dfa21c0a3d57d6060eca (patch) | |
tree | c9e9fd16540a129722ffab1c3a9b7e58c1da4a14 /ports-mgmt/portdowngrade | |
parent | ab37df8adba6754ebfbd701076b47fdc290e50d9 (diff) |
Notes
Diffstat (limited to 'ports-mgmt/portdowngrade')
-rw-r--r-- | ports-mgmt/portdowngrade/Makefile | 4 |
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 |