aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2010-10-01 02:30:10 +0000
committerHiroki Sato <hrs@FreeBSD.org>2010-10-01 02:30:10 +0000
commit2cac3fbf0b919f47c8329346a1507d8ae85ce93b (patch)
treeb61344bc431efcde9288b5a8bd7ccb781dacdf21 /cad
parent7461285dabfedae8ec931409bc93d9a3d2b23b6d (diff)
downloadports-2cac3fbf0b919f47c8329346a1507d8ae85ce93b.tar.gz
ports-2cac3fbf0b919f47c8329346a1507d8ae85ce93b.zip
Fix dependency and a style clean-up.
Spotted by: QAT
Notes
Notes: svn path=/head/; revision=262222
Diffstat (limited to 'cad')
-rw-r--r--cad/pcb/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index 8c804d02cad8..c1b6fdd2f820 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -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 \