diff options
-rw-r--r-- | devel/cdialog/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/cdialog/Makefile b/devel/cdialog/Makefile index 376dc4226ebc..5774a173d1f7 100644 --- a/devel/cdialog/Makefile +++ b/devel/cdialog/Makefile @@ -14,7 +14,7 @@ LICENSE= LGPL21 OPTIONS_DEFINE= EXAMPLES -USES= ncurses libtool tar:tgz +USES= libtool:build ncurses tar:tgz GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-widec \ @@ -24,8 +24,6 @@ CONFIGURE_ARGS= --enable-widec \ --with-package=${PORTNAME} MAKEFILE= makefile -BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool - INSTALL_TARGET= install-strip install-man install-lib .include <bsd.port.pre.mk> |