aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-07-06 05:45:15 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-07-06 05:45:15 +0000
commit1eb70aaefe2ba0474993e365df1d4359b12010d7 (patch)
tree16bac221e3f09204cfab63e2db0990156ea108d6 /devel
parent830aa9e010fc7a5322c3f31f241324f7bc9d293f (diff)
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/liboil/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile
index 320b8f88bbd5..f624c48111cc 100644
--- a/devel/liboil/Makefile
+++ b/devel/liboil/Makefile
@@ -7,6 +7,7 @@
PORTNAME= liboil
PORTVERSION= 0.3.9
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://liboil.freedesktop.org/download/ \
${MASTER_SITE_LOCAL}
@@ -26,6 +27,7 @@ CFLAGS+= -O2
.if ${OSVERSION} < 600000 && ${OSVERSION} > 500000
#USE_GCC= 3.4
BUILD_DEPENDS+= gcc34:${PORTSDIR}/lang/gcc34
+RUN_DEPENDS+= gcc34:${PORTSDIR}/lang/gcc34
CC:= gcc34
CXX:= g++34
.endif