diff options
Diffstat (limited to 'security/shishi/Makefile')
-rw-r--r-- | security/shishi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/shishi/Makefile b/security/shishi/Makefile index bc31287c1df5..35b4b7a2e872 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -8,6 +8,7 @@ PORTNAME= shishi PORTVERSION= 0.0.22 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} @@ -22,7 +23,7 @@ USE_PERL5_BUILD= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_ICONV= yes USE_GETOPT_LONG= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --disable-starttls \ |