diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-11-05 08:02:31 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-11-05 08:02:31 +0000 |
commit | 1da8af08117c9f4da7f45fa440779861c41c71c8 (patch) | |
tree | e7d779c065fa58cec024e578c5134b89bd01483a /misc/skyutils | |
parent | 1e5c5147b33b203a472862561f24a7868f726a8e (diff) |
Notes
Diffstat (limited to 'misc/skyutils')
-rw-r--r-- | misc/skyutils/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/skyutils/Makefile b/misc/skyutils/Makefile index 68b8dd4ba5fe..1a6b3463a286 100644 --- a/misc/skyutils/Makefile +++ b/misc/skyutils/Makefile @@ -8,19 +8,16 @@ PORTNAME= skyutils PORTVERSION= 2.9 CATEGORIES= misc -MASTER_SITES= http://zekiller.skytech.org/fichiers/ +MASTER_SITES= http://www.franksworld.org/dist/skyutils/ +# http://zekiller.skytech.org/fichiers/ MAINTAINER= machiel_mastenbroek@hotmail.com COMMENT= A library required by smssend (same author) -BROKEN= does not fetch -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_AUTOTOOLS= autoconf:259 libtool:15 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} |