diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-21 14:17:06 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-21 14:17:06 +0000 |
commit | a78f70446da17c50591272186f32a59897d5fb0e (patch) | |
tree | 8960842a96c265d728a6a901ca5fa01f78252c47 /emulators/dynamips-community/Makefile | |
parent | 2c5857b83ee2253842c20aaf28dfcafc47f9582b (diff) | |
download | ports-a78f70446da17c50591272186f32a59897d5fb0e.tar.gz ports-a78f70446da17c50591272186f32a59897d5fb0e.zip |
Notes
Diffstat (limited to 'emulators/dynamips-community/Makefile')
-rw-r--r-- | emulators/dynamips-community/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/dynamips-community/Makefile b/emulators/dynamips-community/Makefile index b0517d982167..76903f4385b0 100644 --- a/emulators/dynamips-community/Makefile +++ b/emulators/dynamips-community/Makefile @@ -15,6 +15,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libelf.so:${PORTSDIR}/devel/libelf \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid +CFLAGS+= -I${PREFIX}/include/libelf + CONFLICTS= dynamips-[0-9]* dynamips-devel-[0-9]* USES= cmake |