diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-23 08:27:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-23 08:27:27 +0800 |
commit | f9e48afc252c6c4edd0ff7df3b84112de9d675ac (patch) | |
tree | 6abcd333274de097aa6c71ce45cf358dbb9ffda4 /devel/clanlib22 | |
parent | b93f450143ec66bb6f637bc51b5af9a99e88559f (diff) | |
download | freebsd-ports-gnome-f9e48afc252c6c4edd0ff7df3b84112de9d675ac.tar.gz freebsd-ports-gnome-f9e48afc252c6c4edd0ff7df3b84112de9d675ac.tar.zst freebsd-ports-gnome-f9e48afc252c6c4edd0ff7df3b84112de9d675ac.zip |
Support stage
Diffstat (limited to 'devel/clanlib22')
-rw-r--r-- | devel/clanlib22/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/clanlib22/Makefile b/devel/clanlib22/Makefile index 29c23f5ac1ea..1080b1929cf6 100644 --- a/devel/clanlib22/Makefile +++ b/devel/clanlib22/Makefile @@ -14,7 +14,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform game SDK LICENSE= ZLIB -LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng15.so:${PORTSDIR}/graphics/png \ @@ -51,7 +50,6 @@ CONFIGURE_ARGS= --disable-docs \ PLIST_SUB+= VER=${PORTVERSION:R} \ SHORT_VER=${PORTVERSION:R:R}${PORTVERSION:R:E} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^extra_LIBS_clanSqlite/s|-ldl||g' \ ${WRKSRC}/configure |