diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /misc/skyutils | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) |
Notes
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} |