diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-03-30 20:30:29 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-03-30 20:30:29 +0000 |
commit | 5f86d4f59a856b210d9de24e98e433d9ba8dfa15 (patch) | |
tree | b1a35722980f31d01f16324fdbec2845e2c6a9f1 /audio/arts/Makefile | |
parent | Update to 2.2.8. (diff) |
Update to KDE 3.5.2
Notes
Notes:
svn path=/head/; revision=158431
Diffstat (limited to 'audio/arts/Makefile')
-rw-r--r-- | audio/arts/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 95cec2eb92ea..a362a965667d 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -7,8 +7,7 @@ # PORTNAME= arts -PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTVERSION= 1.5.2 PORTEPOCH= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} @@ -27,7 +26,7 @@ LIB_DEPENDS+= audiofile:${PORTSDIR}/audio/libaudiofile \ WANT_GNOME= yes USE_QT_VER= 3 USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes QTCPPFLAGS+= -L${LOCALBASE}/lib |