diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-15 06:25:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-15 06:25:52 +0800 |
commit | 1a778c5ae570c7f830bb404fcd4633daaf09093d (patch) | |
tree | fc73418b11bcde072c51ce253c89ab230c7386f2 /audio/dumb-allegro | |
parent | cfb7aed180175213bdf9aa267a09d5e693b73e99 (diff) | |
download | freebsd-ports-gnome-1a778c5ae570c7f830bb404fcd4633daaf09093d.tar.gz freebsd-ports-gnome-1a778c5ae570c7f830bb404fcd4633daaf09093d.tar.zst freebsd-ports-gnome-1a778c5ae570c7f830bb404fcd4633daaf09093d.zip |
Finish convertion to new options framework
Diffstat (limited to 'audio/dumb-allegro')
-rw-r--r-- | audio/dumb-allegro/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/dumb-allegro/Makefile b/audio/dumb-allegro/Makefile index 89fd2bf1b1be..ed4625b29708 100644 --- a/audio/dumb-allegro/Makefile +++ b/audio/dumb-allegro/Makefile @@ -1,11 +1,7 @@ -# New ports collection makefile for: audio/dumb-allegro -# Date created: 13 Oct 2009 -# Whom: Stas Timokhin <stast@bsdportal.ru> -# +# Created by: Stas Timokhin <stast@bsdportal.ru> # $FreeBSD$ -# -WITH_ALLEGRO= yes +OPTIONS_SLAVE= ALLEGRO MASTERDIR= ${.CURDIR}/../dumb .include "${MASTERDIR}/Makefile" |