diff options
author | naddy <naddy@FreeBSD.org> | 2013-08-02 04:22:27 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2013-08-02 04:22:27 +0800 |
commit | a82b907aea4e9ec9b519ffbac4da94897f86ba30 (patch) | |
tree | 7bb62db90d2a538c347e596844736cd7fe4d260b /audio/libao | |
parent | 689bca54941178ad6f874174097ff9a51ba9c959 (diff) | |
download | freebsd-ports-gnome-a82b907aea4e9ec9b519ffbac4da94897f86ba30.tar.gz freebsd-ports-gnome-a82b907aea4e9ec9b519ffbac4da94897f86ba30.tar.zst freebsd-ports-gnome-a82b907aea4e9ec9b519ffbac4da94897f86ba30.zip |
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
Diffstat (limited to 'audio/libao')
-rw-r--r-- | audio/libao/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 1f8955db4954..621f678fa0aa 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -19,7 +19,6 @@ WANT_GNOME= yes USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --disable-arts MAN5= libao.conf.5 |