1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Fix dependency and a style clean-up.

Spotted by:	QAT
This commit is contained in:
Hiroki Sato 2010-10-01 02:30:10 +00:00
parent 7461285dab
commit 2cac3fbf0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262222

View File

@ -7,6 +7,7 @@
PORTNAME= pcb
PORTVERSION= 20100929
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@ -14,7 +15,8 @@ MAINTAINER= hrs@FreeBSD.org
COMMENT= X11 interactive printed circuit board layout system
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
RUN_DEPENDS= m4>=1.4.11:${PORTSDIR}/devel/m4
RUN_DEPENDS= m4>=1.4.11:${PORTSDIR}/devel/m4 \
${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus
BUILD_DEPENDS= ${RUN_DEPENDS}
GNU_CONFIGURE= yes
@ -23,7 +25,7 @@ USE_TK_RUN= 83
INSTALLS_ICONS= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \
INSTALL_DATA="/usr/bin/install ${COPY} ${_SHROWNGRP} -m ${SHAREMODE}"
INSTALL_DATA="${INSTALL_DATA}"
CONFIGURE_ARGS= --docdir=${DOCSDIR} --disable-nls
PORTDOCS= pcb.html pcb.ps refcard.ps pcb.pdf refcard.pdf pad.gif \
puller.gif thermal.gif pad.png puller.png thermal.png examples \