diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:10:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:10:18 +0800 |
commit | 6b32cb52df130c0602e77d34974ce2d41b2de257 (patch) | |
tree | f413d04c1620fe2f9399e4b15e8759847acf8b9f /audio/liblo | |
parent | 8350bf809c3947393ef0ede7b616ef489de79606 (diff) | |
download | freebsd-ports-gnome-6b32cb52df130c0602e77d34974ce2d41b2de257.tar.gz freebsd-ports-gnome-6b32cb52df130c0602e77d34974ce2d41b2de257.tar.zst freebsd-ports-gnome-6b32cb52df130c0602e77d34974ce2d41b2de257.zip |
Fix typos
Diffstat (limited to 'audio/liblo')
-rw-r--r-- | audio/liblo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/liblo/Makefile b/audio/liblo/Makefile index d64bd39c446c..6b9e9d6a3777 100644 --- a/audio/liblo/Makefile +++ b/audio/liblo/Makefile @@ -13,7 +13,7 @@ LICENSE= LGPL21 BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen -USES= gamke pathfix +USES= gmake pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes |