diff options
Diffstat (limited to 'devel/cdk/Makefile')
-rw-r--r-- | devel/cdk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index 12775bc61d2e..6ccde31dfe8a 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= cdk -DISTVERSION= 5.0-20250116 +DISTVERSION= 5.0-20251001 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://invisible-island.net/archives/${PORTNAME}/ \ @@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake ncurses tar:tgz USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-ncurses +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-ncurses ALL_TARGET= default cdkshlib INSTALL_TARGET= install installCDKSHLibrary |