diff options
author | marino <marino@FreeBSD.org> | 2015-09-20 02:17:03 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-09-20 02:17:03 +0800 |
commit | 12d6e6499523b349f8afe80008b3f2a094a2a01c (patch) | |
tree | 218c133107a4f60dfe77ae9964de698c13b1ba01 /devel | |
parent | 70b9e28f30aea2e33ad4d679edea9b42f664255d (diff) | |
download | freebsd-ports-graphics-12d6e6499523b349f8afe80008b3f2a094a2a01c.tar.gz freebsd-ports-graphics-12d6e6499523b349f8afe80008b3f2a094a2a01c.tar.zst freebsd-ports-graphics-12d6e6499523b349f8afe80008b3f2a094a2a01c.zip |
Add USES=alias to 10 ports (Aids DragonFly support)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/asl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/asl/Makefile b/devel/asl/Makefile index ae00e7e0029..3f08a79e110 100644 --- a/devel/asl/Makefile +++ b/devel/asl/Makefile @@ -12,6 +12,7 @@ COMMENT= Assembler for a variety of microcontrollers/-processors ONLY_FOR_ARCHS= i386 amd64 +USES= alias MAKE_ENV+= STAGEDIR=${STAGEDIR} post-extract: |