diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2010-04-22 23:12:55 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2010-04-22 23:12:55 +0800 |
commit | 208a3975d3f6b1677690734738cfcdd9b739915c (patch) | |
tree | b23f29a1fd1ccb01922f05e0afc5cfabc3c77d11 /audio/mp3splt/Makefile | |
parent | 905db4dd414278f9663bffc19097beb72c5ceeca (diff) | |
download | freebsd-ports-gnome-208a3975d3f6b1677690734738cfcdd9b739915c.tar.gz freebsd-ports-gnome-208a3975d3f6b1677690734738cfcdd9b739915c.tar.zst freebsd-ports-gnome-208a3975d3f6b1677690734738cfcdd9b739915c.zip |
* Update to 0.5.9 [1]
* Fix build when WITHOUT_NLS is defined [2]
PR: 144719
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1], maintainer [2]
Approved by: maintainer
Diffstat (limited to 'audio/mp3splt/Makefile')
-rw-r--r-- | audio/mp3splt/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index 08ef162b389c..aec40d4fa140 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mp3splt -PORTVERSION= 2.2.7a +PORTVERSION= 2.2.8 CATEGORIES= audio MASTER_SITES= SF @@ -26,7 +26,8 @@ OPTIONS= NLS "Native language support" on MAN1= oggsplt.1 mp3splt.1 PLIST_FILES= bin/mp3splt bin/oggsplt -post-install: +.include <bsd.port.pre.mk> + .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls .else @@ -37,4 +38,4 @@ PLIST_FILES+= share/locale/${language}/LC_MESSAGES/mp3splt.mo .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |