diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-02 15:15:19 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-02 15:15:19 +0000 |
commit | 3f5f78cf547c53246aee189664eea4f5ed0264e4 (patch) | |
tree | 11353eb1fd4d0b657df1d6c94bfb9cb20bd06f17 /net-im/climm/Makefile | |
parent | 585eae06901490267f612b68da57a323fac8e35f (diff) | |
download | ports-3f5f78cf547c53246aee189664eea4f5ed0264e4.tar.gz ports-3f5f78cf547c53246aee189664eea4f5ed0264e4.zip |
Update to 0.4.10.1.
PR: ports/47765
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=74517
Diffstat (limited to 'net-im/climm/Makefile')
-rw-r--r-- | net-im/climm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index 78ff9cbba1f3..f5ff3160e175 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= micq -PORTVERSION= 0.4.10 +PORTVERSION= 0.4.10.1 CATEGORIES= net MASTER_SITES= http://micq.org/source/ \ http://micq.alpha345.com/source/ \ @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org - +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |