diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-03 20:52:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-03 20:52:08 +0800 |
commit | 644da977693c575d5cc1ec8195c39cd668c372f2 (patch) | |
tree | b95ab2af866615aa13518bd99764035d37242bc9 /devel | |
parent | 22f2ce682fcf014b75bb7d483f658fd84231086f (diff) | |
download | freebsd-ports-gnome-644da977693c575d5cc1ec8195c39cd668c372f2.tar.gz freebsd-ports-gnome-644da977693c575d5cc1ec8195c39cd668c372f2.tar.zst freebsd-ports-gnome-644da977693c575d5cc1ec8195c39cd668c372f2.zip |
- Move love versions from LATEST_LINK to PKGNAMESUFFIX to avoid pkg name conflicts
Diffstat (limited to 'devel')
-rw-r--r-- | devel/love07/Makefile | 3 | ||||
-rw-r--r-- | devel/love5/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/love07/Makefile b/devel/love07/Makefile index dfae3838af5b..bd37284a32f0 100644 --- a/devel/love07/Makefile +++ b/devel/love07/Makefile @@ -7,6 +7,7 @@ PORTREVISION= 3 CATEGORIES= devel games MASTER_SITES= http://cdn.bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ +PKGNAMESUFFIX= 07 DISTNAME= ${PORTNAME}-${PORTVERSION}-linux-src MAINTAINER= amdmi3@FreeBSD.org @@ -20,8 +21,6 @@ LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \ libfreetype.so:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -LATEST_LINK= ${PORTNAME}07 - PORTSCOUT= limit:^0\.7\. USES= gmake diff --git a/devel/love5/Makefile b/devel/love5/Makefile index 503466f85c40..ea141c33dd9f 100644 --- a/devel/love5/Makefile +++ b/devel/love5/Makefile @@ -6,6 +6,7 @@ DISTVERSION= 0.5-0 PORTREVISION= 9 CATEGORIES= devel games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +PKGNAMESUFFIX= 5 MAINTAINER= amdmi3@FreeBSD.org COMMENT= Open-source 2D game engine @@ -15,8 +16,6 @@ LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \ libfreetype.so:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -LATEST_LINK= love5 - USE_BZIP2= yes USES= gmake USE_SDL= sdl mixer |