diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-31 13:21:01 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-31 13:21:01 +0000 |
commit | 7fb820472d5eb0400948a5102223a57189a2386e (patch) | |
tree | 7d4b41ecc602fb07301764fd72afb54d261041e9 /net/silc-client/Makefile | |
parent | a3a9120155ab843486a3748fc90af2c36aebf6f6 (diff) | |
download | ports-7fb820472d5eb0400948a5102223a57189a2386e.tar.gz ports-7fb820472d5eb0400948a5102223a57189a2386e.zip |
Notes
Diffstat (limited to 'net/silc-client/Makefile')
-rw-r--r-- | net/silc-client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index 3ccfea48eaee..36804af6c69d 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= silc -PORTVERSION= 0.9.14 +PORTVERSION= 0.9.15 CATEGORIES= net ipv6 security MASTER_SITES= http://www.silcnet.org/download/%SUBDIR%/ \ http://ftp.silcnet.org/%SUBDIR%/ \ @@ -30,6 +30,7 @@ COMMENT= Secure Internet Live Conferencing (SILC) network client USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GNOME= glib12 USE_LIBTOOL= yes USE_GMAKE= yes |