aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-30 07:25:07 +0800
committerMartin Wilke <miwi@FreeBSD.org>2008-03-30 07:25:07 +0800
commitcb216496483e6da356d5516789029dd928aadcf5 (patch)
tree4ef49c08c214ac21801682d05a2a219f1395939f /x11
parent6b928504ca24ec6f0747e0904d6de083156d0ccb (diff)
downloadfreebsd-ports-cb216496483e6da356d5516789029dd928aadcf5.tar.gz
freebsd-ports-cb216496483e6da356d5516789029dd928aadcf5.tar.zst
freebsd-ports-cb216496483e6da356d5516789029dd928aadcf5.zip
- Update to 0.8
PR: 122186 Submitted by: Petr Holub <hopet@ics.muni.cz>
Notes
Notes: svn path=/head/; revision=210109
Diffstat (limited to 'x11')
-rw-r--r--x11/xcalib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcalib/Makefile b/x11/xcalib/Makefile
index c5f17ae167a8..61b7949b38e6 100644
--- a/x11/xcalib/Makefile
+++ b/x11/xcalib/Makefile
@@ -20,8 +20,8 @@ PORTDOCS= README README.profilers
USE_XORG= x11 xext sm xxf86vm
DEFINES= -DXCALIB_VERSION=\"${PORTVERSION}\" -DUNIX
-LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib -lm -lX11 -lXxf86vm -lXext
-CFLAGS+= -I./icclib -I${LOCALBASE}/include -I${X11BASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib -lm -lX11 -lXxf86vm -lXext
+CFLAGS+= -I./icclib -I${LOCALBASE}/include -I${LOCALBASE}/include
do-build:
${CC} ${CFLAGS} ${DEFINES} -c ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}.o