diff options
author | marino <marino@FreeBSD.org> | 2015-09-21 00:35:28 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-09-21 00:35:28 +0800 |
commit | fc7406f7de43a33451d37fa9cd3e04e2f52bbfd1 (patch) | |
tree | baf17180e47781a11c3e7d45170fd47c6c23d8fd /games/moria | |
parent | 842196a85372b6cdb4524c44ccba383f9f6108b5 (diff) | |
download | freebsd-ports-gnome-fc7406f7de43a33451d37fa9cd3e04e2f52bbfd1.tar.gz freebsd-ports-gnome-fc7406f7de43a33451d37fa9cd3e04e2f52bbfd1.tar.zst freebsd-ports-gnome-fc7406f7de43a33451d37fa9cd3e04e2f52bbfd1.zip |
Add USES=alias to 3 ports (Aids DragonFly support)
Diffstat (limited to 'games/moria')
-rw-r--r-- | games/moria/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/moria/Makefile b/games/moria/Makefile index 88b00b6f6a72..7f4be2e39bfc 100644 --- a/games/moria/Makefile +++ b/games/moria/Makefile @@ -12,6 +12,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= glewis@FreeBSD.org COMMENT= Dungeon exploration game +USES= alias WRKSRC= ${WRKDIR}/umoria ALL_TARGET= moria MAKE_ENV+= DOCSDIR="${DOCSDIR}" MKDIR="${MKDIR}" TOUCH="${TOUCH}" \ |