diff options
Diffstat (limited to 'misc/skyutils')
-rw-r--r-- | misc/skyutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/skyutils/Makefile b/misc/skyutils/Makefile index 15b3aaebfe9b..e288ab1fc690 100644 --- a/misc/skyutils/Makefile +++ b/misc/skyutils/Makefile @@ -7,6 +7,7 @@ PORTNAME= skyutils PORTVERSION= 2.9 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= laszlof @@ -16,7 +17,7 @@ COMMENT= A library required by smssend (same author) GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_AUTOTOOLS= autoconf:259 libtool:15 +USE_AUTOTOOLS= autoconf:261 libtool:15 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} |