diff options
Diffstat (limited to 'textproc/libuninameslist/Makefile')
-rw-r--r-- | textproc/libuninameslist/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/textproc/libuninameslist/Makefile b/textproc/libuninameslist/Makefile index f08d432c319e..d3cd70357d3b 100644 --- a/textproc/libuninameslist/Makefile +++ b/textproc/libuninameslist/Makefile @@ -1,6 +1,5 @@ PORTNAME= libuninameslist -DISTVERSION= 20221022 -PORTREVISION= 1 +DISTVERSION= 20240910 CATEGORIES= textproc MASTER_SITES= https://github.com/fontforge/${PORTNAME}/releases/download/${DISTVERSION}/ DISTNAME= ${PORTNAME}-dist-${DISTVERSION} @@ -15,17 +14,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} -OPTIONS_DEFINE= FRENCH -OPTIONS_DEFAULT=FRENCH -OPTIONS_SUB=yes +OPTIONS_DEFINE= FRENCH +OPTIONS_DEFAULT= FRENCH +OPTIONS_SUB= yes -FRENCH_DESC= Build French library +FRENCH_DESC= Build French library FRENCH_CONFIGURE_ENABLE= frenchlib .include <bsd.port.mk> |