1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-01-21 00:36:24 +00:00
parent ab80c87b5d
commit bc68775327
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340519

View File

@ -9,8 +9,8 @@ MASTER_SITES= SF/g19linux/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= armin@frozen-zone.org
COMMENT= G19 draw library
LIB_DEPENDS= g19.1:${PORTSDIR}/devel/libg19 \
freetype.9:${PORTSDIR}/print/freetype2
LIB_DEPENDS= libg19.so:${PORTSDIR}/devel/libg19 \
libfreetype.so.9:${PORTSDIR}/print/freetype2
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -pthread"
@ -24,5 +24,4 @@ PLIST_FILES= include/libg19draw.h \
lib/libg19draw.so \
lib/libg19draw.so.1
NO_STAGE= yes
.include <bsd.port.mk>