diff options
author | gblach <gblach@FreeBSD.org> | 2014-12-27 08:09:02 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2014-12-27 08:09:02 +0800 |
commit | d4c5c37eca0a403509a26320d94e8ab76ca08968 (patch) | |
tree | 7061b4ba6bf92419cfcbfbdf988b02a781dbdcbb /games | |
parent | 68dd0d4f5d63f5faaa53c0e01c225037306fb98a (diff) | |
download | freebsd-ports-gnome-d4c5c37eca0a403509a26320d94e8ab76ca08968.tar.gz freebsd-ports-gnome-d4c5c37eca0a403509a26320d94e8ab76ca08968.tar.zst freebsd-ports-gnome-d4c5c37eca0a403509a26320d94e8ab76ca08968.zip |
- Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
which depends on imlib2
PR: 196062
Approved by: portmgr
Diffstat (limited to 'games')
-rw-r--r-- | games/netrek-client-cow/Makefile | 2 | ||||
-rw-r--r-- | games/xteddy/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/netrek-client-cow/Makefile b/games/netrek-client-cow/Makefile index 7816f7358342..c64d89a94b38 100644 --- a/games/netrek-client-cow/Makefile +++ b/games/netrek-client-cow/Makefile @@ -3,7 +3,7 @@ PORTNAME= netrek-client-cow PORTVERSION= 3.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.netrek.org/files/COW/ \ http://quozl.us.netrek.org/netrek/ diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile index 840a172ff779..b23b2591b94e 100644 --- a/games/xteddy/Makefile +++ b/games/xteddy/Makefile @@ -3,6 +3,7 @@ PORTNAME= xteddy PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://webstaff.itn.liu.se/~stegu/xteddy/ \ http://www.skysmurf.nl/comp/FreeBSD/distfiles/ @@ -12,8 +13,9 @@ COMMENT= Cuddlesome teddy for the X desktop LICENSE= GPLv2 +LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 + USES= pkgconfig -USE_EFL= imlib2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |