diff options
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 aa080dfdeb60..2bdc1cbc7d0d 100644 --- a/ports-mgmt/portdowngrade/Makefile +++ b/ports-mgmt/portdowngrade/Makefile @@ -7,14 +7,14 @@ PORTNAME= portdowngrade PORTVERSION= 0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ports-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Sets a port back to a previous version -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +BUILD_DEPENDS= ${LOCALBASE}/lib/libpopt.a:${PORTSDIR}/devel/popt CONFIGURE_ENV= LIBS="-lpopt -L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include |