diff options
Diffstat (limited to 'devel/popt/Makefile')
-rw-r--r-- | devel/popt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index 1561ff140078..5531c1c7fb30 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -7,13 +7,14 @@ PORTNAME= popt PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ \ ftp://ftp.mirror.ac.uk/sites/ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ MAINTAINER= ycheng@sinica.edu.tw -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext WRKSRC= ${WRKDIR}/${PORTNAME}-1.5 |