diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-04 09:34:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-04 09:34:19 +0000 |
commit | c7c5115ac77f4010d25672dbd11fb5df8eb11dca (patch) | |
tree | e12b59932d115878ad3917d7f90fc2bc5d66e792 /audio/dumb-allegro | |
parent | 1705e0676b2f1950ba32c4084db683ce202385af (diff) |
Notes
Diffstat (limited to 'audio/dumb-allegro')
-rw-r--r-- | audio/dumb-allegro/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/dumb-allegro/Makefile b/audio/dumb-allegro/Makefile index e3cfc4a42b18..0827b93eb379 100644 --- a/audio/dumb-allegro/Makefile +++ b/audio/dumb-allegro/Makefile @@ -3,6 +3,7 @@ OPTIONS_SLAVE= ALLEGRO MASTERDIR= ${.CURDIR}/../dumb +PKGNAMESUFFIX= -allegro NO_STAGE= yes .include "${MASTERDIR}/Makefile" |