diff options
author | dbn <dbn@FreeBSD.org> | 2014-04-25 04:11:01 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2014-04-25 04:11:01 +0800 |
commit | ac8305c230353a246c1bb4c812f891b08a29e876 (patch) | |
tree | fa85e19c3d2123162fdbd7b073bec62ca64cae6e /devel/kdesvn-kde4 | |
parent | 41c4e76500d875ac77a906f6c9a245bc9e14047e (diff) | |
download | freebsd-ports-gnome-ac8305c230353a246c1bb4c812f891b08a29e876.tar.gz freebsd-ports-gnome-ac8305c230353a246c1bb4c812f891b08a29e876.tar.zst freebsd-ports-gnome-ac8305c230353a246c1bb4c812f891b08a29e876.zip |
Update my ports to be compliant with new USES framework and fix other issues.
Changes:
* various: migrate USE_BZIP2 to USES=tar:bzip2
* various: migrate USE_XZ to USES=tar:xz
* multimedia/py-ffmpeg: add and prefer github (GH) as master site
* ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD)
Most ports are updated infrequently so a single batch commit is preferred over
collating changes per port.
Diffstat (limited to 'devel/kdesvn-kde4')
-rw-r--r-- | devel/kdesvn-kde4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/kdesvn-kde4/Makefile b/devel/kdesvn-kde4/Makefile index e441e9516897..589f5eb3e41e 100644 --- a/devel/kdesvn-kde4/Makefile +++ b/devel/kdesvn-kde4/Makefile @@ -16,8 +16,7 @@ LICENSE= GPLv2 CONFLICTS= qsvn-[0-9]* -USE_BZIP2= yes -USES= cmake +USES= cmake tar:bzip2 CMAKE_ARGS+= -DSUBVERSION_INCLUDE_DIR=${LOCALBASE}/include/subversion-1 USE_KDE4= kdelibs kdeprefix automoc4 USE_LDCONFIG= yes |