1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Stage support

- Convert to USES
This commit is contained in:
Martin Wilke 2014-01-31 14:57:18 +00:00
parent 394ff0fec8
commit ba8aa1bb32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341998

View File

@ -14,8 +14,7 @@ LICENSE= GPLv3
LIB_DEPENDS= nettle:${PORTSDIR}/security/nettle
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= gettext
USES= gettext gmake
USE_LDCONFIG= yes
CFLAGS+= -Dbswap_32=bswap32 -Dbswap_16=bswap16 \
-I${LOCALBASE}/include
@ -27,5 +26,4 @@ PLIST_FILES= include/kpass.h \
lib/libkpass.la \
lib/libkpass.a
NO_STAGE= yes
.include <bsd.port.mk>