diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-06-25 08:29:09 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-06-25 08:29:09 +0800 |
commit | 45cb752a04894d48090981be1a7d2f549f2b684f (patch) | |
tree | ec081b06d4ac1171d90c17f7c227c9b2007dc591 /net/py-libdnet | |
parent | 5b72408838c185b3a8f6d14cd522ed27f7fd4ed2 (diff) | |
download | freebsd-ports-gnome-45cb752a04894d48090981be1a7d2f549f2b684f.tar.gz freebsd-ports-gnome-45cb752a04894d48090981be1a7d2f549f2b684f.tar.zst freebsd-ports-gnome-45cb752a04894d48090981be1a7d2f549f2b684f.zip |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net/py-libdnet')
-rw-r--r-- | net/py-libdnet/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile index fd91dab1c847..42f17c9359ad 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -8,9 +8,6 @@ COMMENT= Python module for libdnet LIB_DEPENDS= libdnet.so:net/libdnet -NOT_FOR_ARCHS= ia64 -NOT_FOR_ARCHS_REASON_ia64= fails to build with internal compiler error - MASTERDIR= ${.CURDIR}/../libdnet INSTALL_WRKSRC= ${WRKSRC}/python DESCR= ${.CURDIR}/pkg-descr |