diff options
author | swills <swills@FreeBSD.org> | 2012-06-26 00:39:44 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-06-26 00:39:44 +0800 |
commit | dd377418af57abe3ca6c595475f2ddc2568f5db0 (patch) | |
tree | a7bab86b850dcf9a1803e29f6a593ddcc24a0d6e /ports-mgmt | |
parent | a62afee7d330890cd65ca7bd20f5a1c4191285ed (diff) | |
download | freebsd-ports-gnome-dd377418af57abe3ca6c595475f2ddc2568f5db0.tar.gz freebsd-ports-gnome-dd377418af57abe3ca6c595475f2ddc2568f5db0.tar.zst freebsd-ports-gnome-dd377418af57abe3ca6c595475f2ddc2568f5db0.zip |
- Revert previous commit as iconv deps mean we still need to LIB_DEPEND on
popt
Diffstat (limited to 'ports-mgmt')
-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 |