diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-02-09 17:49:10 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-02-09 17:49:10 +0000 |
commit | 5d9517bf2998f0d22133a8886f8610c67cdcffa7 (patch) | |
tree | bcc6a3a7c58e78a700afe12f3c8b162ce01b4051 /devel/popt/Makefile | |
parent | af45bdd6d76c60d4996558fa9f4cf88dcc5eac71 (diff) | |
download | FreeBSD-ports-5d9517bf2998f0d22133a8886f8610c67cdcffa7.zip FreeBSD-ports-5d9517bf2998f0d22133a8886f8610c67cdcffa7.tar.gz |
Update to 1.5.1.
No responce from: maintainer
Diffstat (limited to 'devel/popt/Makefile')
-rw-r--r-- | devel/popt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index 9d78ff8..9a2d635 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= popt -PORTVERSION= 1.5 +PORTVERSION= 1.5.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/ @@ -15,6 +15,8 @@ MAINTAINER= ycheng@sinica.edu.tw LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +WRKSRC= ${WRKDIR}/${PORTNAME}-1.5 + USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |