diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-07 18:57:51 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-07 18:57:51 +0000 |
commit | 73161a4a8892e7a57c36d24946e52854e47e1fa8 (patch) | |
tree | eb05730706d615b86b9514d36608906aac7e89f6 /net/ipex/Makefile | |
parent | - Fix build on sparc64 (diff) |
- Update to version 2.4.3
* Fix build on AMD64
PR: ports/63890
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=103219
Diffstat (limited to 'net/ipex/Makefile')
-rw-r--r-- | net/ipex/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/ipex/Makefile b/net/ipex/Makefile index 41f97be7fa6b..c5bd78e6ee98 100644 --- a/net/ipex/Makefile +++ b/net/ipex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipex -PORTVERSION= 2.4.2 +PORTVERSION= 2.4.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ipex @@ -20,10 +20,4 @@ PLIST_FILES= bin/ipex GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |