diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-10 08:48:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-10 08:48:44 +0800 |
commit | da3bc91964c8cbff360bb5dff7999ce3164f1343 (patch) | |
tree | 63f9095054d2f868126d1f55e9c26c4c9747b60e /audio/timidity++-xaw | |
parent | bed7dc41b2567cd86f377d0a598438f401fa6fbe (diff) | |
download | freebsd-ports-gnome-da3bc91964c8cbff360bb5dff7999ce3164f1343.tar.gz freebsd-ports-gnome-da3bc91964c8cbff360bb5dff7999ce3164f1343.tar.zst freebsd-ports-gnome-da3bc91964c8cbff360bb5dff7999ce3164f1343.zip |
- Support staging
- Use new LIB_DEPENDS syntax
- Convert USE_BZIP2 to USES
Diffstat (limited to 'audio/timidity++-xaw')
-rw-r--r-- | audio/timidity++-xaw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/timidity++-xaw/Makefile b/audio/timidity++-xaw/Makefile index a5ff59c16f9c..7cb934b0d8a4 100644 --- a/audio/timidity++-xaw/Makefile +++ b/audio/timidity++-xaw/Makefile @@ -7,6 +7,5 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Xaw interface for TiMidity++ MASTERDIR= ${.CURDIR}/../../audio/timidity++ -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |