diff options
Diffstat (limited to 'textproc/scim/Makefile')
-rw-r--r-- | textproc/scim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/scim/Makefile b/textproc/scim/Makefile index 9fb1c22139f4..18ddbfad11b6 100644 --- a/textproc/scim/Makefile +++ b/textproc/scim/Makefile @@ -7,6 +7,7 @@ PORTNAME= scim PORTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=scim @@ -21,7 +22,7 @@ USE_ICONV= yes USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" |