diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-13 22:41:30 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-13 22:41:30 +0800 |
commit | a8334e9274e583390a9d7afb513fe445160fb5bb (patch) | |
tree | 619d9b8a61fe61c3ea6b7b0ccb57cf8a007e2002 /audio | |
parent | 04a834c6d686ea194ee3353d52d419daff98ae27 (diff) | |
download | freebsd-ports-gnome-a8334e9274e583390a9d7afb513fe445160fb5bb.tar.gz freebsd-ports-gnome-a8334e9274e583390a9d7afb513fe445160fb5bb.tar.zst freebsd-ports-gnome-a8334e9274e583390a9d7afb513fe445160fb5bb.zip |
1: Stagify.
2: move LICENSE to right section.
Approved by: portmgr@
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tepsonic/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/tepsonic/Makefile b/audio/tepsonic/Makefile index acdd163b871c..fcc39caae8ff 100644 --- a/audio/tepsonic/Makefile +++ b/audio/tepsonic/Makefile @@ -11,10 +11,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= vg@FreeBSD.org COMMENT= TepSonic is a simple and fast audio player +LICENSE= GPLv3 + LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib USES= cmake -NO_STAGE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_QT4= gui xml sql phonon network linguist_build \ @@ -22,8 +23,6 @@ USE_QT4= gui xml sql phonon network linguist_build \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -LICENSE= GPLv3 - post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/3rdparty/qxt/CMakeLists.txt |