diff options
author | kris <kris@FreeBSD.org> | 2003-10-27 17:11:28 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-27 17:11:28 +0800 |
commit | c18cedc8fd88a2d12fb57b89908aa3256865f57a (patch) | |
tree | d2fd154a885dad8279a4b62ec003c59d292a0ed2 /audio/snack | |
parent | 23009ba7ab1bd402e4774528a0870317b3726cd4 (diff) | |
download | freebsd-ports-gnome-c18cedc8fd88a2d12fb57b89908aa3256865f57a.tar.gz freebsd-ports-gnome-c18cedc8fd88a2d12fb57b89908aa3256865f57a.tar.zst freebsd-ports-gnome-c18cedc8fd88a2d12fb57b89908aa3256865f57a.zip |
portlint (whitespace cleanup)
Diffstat (limited to 'audio/snack')
-rw-r--r-- | audio/snack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/snack/Makefile b/audio/snack/Makefile index c67d8dd20580..00475d2ffb8f 100644 --- a/audio/snack/Makefile +++ b/audio/snack/Makefile @@ -29,8 +29,8 @@ PLIST_SUB= SNACK_VER=2.2 .if defined(WITH_VORBIS) LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis -CONFIGURE_ARGS+= --with-ogg-include=${LOCALBASE}/include \ - --with-ogg-lib=${LOCALBASE}/lib +CONFIGURE_ARGS+= --with-ogg-include=${LOCALBASE}/include \ + --with-ogg-lib=${LOCALBASE}/lib ALL_TARGET= all libsnackogg.so PLIST_SUB+= VORBIS="" .else |