diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-30 13:58:28 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-30 13:58:28 +0000 |
commit | 395982eda2f8a9950cc575eed28b9f8d6c31cefe (patch) | |
tree | c700747640eb70e349034120a012ba53a91a8c6a /misc/skyutils/Makefile | |
parent | d77417e3089a99a1d657595c136d3c01d2a3bf61 (diff) | |
download | ports-395982eda2f8a9950cc575eed28b9f8d6c31cefe.tar.gz ports-395982eda2f8a9950cc575eed28b9f8d6c31cefe.zip |
Notes
Diffstat (limited to 'misc/skyutils/Makefile')
-rw-r--r-- | misc/skyutils/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/skyutils/Makefile b/misc/skyutils/Makefile index daf6a1a82b65..f4aa63c21d15 100644 --- a/misc/skyutils/Makefile +++ b/misc/skyutils/Makefile @@ -6,15 +6,17 @@ # PORTNAME= skyutils -PORTVERSION= 2.6 +PORTVERSION= 2.8 CATEGORIES= misc MASTER_SITES= http://zekiller.skytech.org/fichiers/ MAINTAINER= machiel_mastenbroek@hotmail.com COMMENT= A library required by smssend (same author) -USE_AUTOCONF_VER?=259 -USE_INC_LIBTOOL_VER=13 +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_AUTOCONF_VER= 259 +USE_INC_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include <bsd.port.mk> |