diff options
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> |