diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-03-08 16:55:26 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-03-08 16:55:26 +0000 |
commit | de95d18b5c4456b8757087933ee1dc81c1a6d484 (patch) | |
tree | fc12f5fc62196f7131f60e72057a221f0b55fda0 /emulators/dynamips-devel/Makefile | |
parent | 68aa81b9bd50c5a5f8cca180fec5ed6f868a3666 (diff) | |
download | ports-de95d18b5c4456b8757087933ee1dc81c1a6d484.tar.gz ports-de95d18b5c4456b8757087933ee1dc81c1a6d484.zip |
Notes
Diffstat (limited to 'emulators/dynamips-devel/Makefile')
-rw-r--r-- | emulators/dynamips-devel/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/emulators/dynamips-devel/Makefile b/emulators/dynamips-devel/Makefile index 2b57cfc864f4..94273055cecc 100644 --- a/emulators/dynamips-devel/Makefile +++ b/emulators/dynamips-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dynamips -PORTVERSION= 0.2.3c +PORTVERSION= 0.2.4 CATEGORIES= emulators MASTER_SITES= http://www.ipflow.utc.fr/dynamips/ @@ -47,7 +47,11 @@ DYNAMIPS_ARCH= "nojit" .if ${OSVERSION} < 600029 # # Requires libpcap 0.9+ -MAKE_ENV= HAS_PCAP=0 +MAKE_ENV+= HAS_PCAP=0 +.endif + +.if ${OSVERSION} >= 700013 +MAKE_ENV+= HAS_POSIX_MEMALIGN=1 .endif .include <bsd.port.post.mk> |