diff options
author | naddy <naddy@FreeBSD.org> | 2015-10-14 04:07:54 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2015-10-14 04:07:54 +0800 |
commit | 0f0a742c62951a1b16b30d425ccb7b5dda5b471b (patch) | |
tree | 89742fcfff2a2c5ff26a47225d2edeacd44b243e /audio/libao | |
parent | a5bde2b22622ee9bc2fdaf9ea74f66c19c3f9aa5 (diff) | |
download | freebsd-ports-gnome-0f0a742c62951a1b16b30d425ccb7b5dda5b471b.tar.gz freebsd-ports-gnome-0f0a742c62951a1b16b30d425ccb7b5dda5b471b.tar.zst freebsd-ports-gnome-0f0a742c62951a1b16b30d425ccb7b5dda5b471b.zip |
Use the new test framework in my ports, if applicable.
While here, also strip more libraries.
Diffstat (limited to 'audio/libao')
-rw-r--r-- | audio/libao/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 0e7c92e35c9f..40e9cccd05a1 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -3,7 +3,7 @@ PORTNAME= libao PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/ao/ @@ -15,6 +15,8 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static \ --disable-arts +INSTALL_TARGET= install-strip + # do not install MAKE_ARGS= ckport_DATA="" |