diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-06 02:35:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-06 02:35:16 +0800 |
commit | 60c3ce5dcd2b595e7c7df73a809d9a49a158c439 (patch) | |
tree | 77305789d50aaface81c1a990165eb75a02df66c | |
parent | b743c57cf55969934129ad16a36d2cc46b16a7d2 (diff) | |
download | freebsd-ports-gnome-60c3ce5dcd2b595e7c7df73a809d9a49a158c439.tar.gz freebsd-ports-gnome-60c3ce5dcd2b595e7c7df73a809d9a49a158c439.tar.zst freebsd-ports-gnome-60c3ce5dcd2b595e7c7df73a809d9a49a158c439.zip |
Make use of gnometarget.
-rw-r--r-- | audio/libaudiofile/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index c0a6b21e0806..5ab5273bfc89 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -16,9 +16,8 @@ DISTNAME= audiofile-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A sound library for SGI audio file -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack gnometarget pkgconfig INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .include <bsd.port.mk> |