aboutsummaryrefslogtreecommitdiff
path: root/misc/wmcalendar
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-05-03 09:02:17 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-05-03 09:02:17 +0000
commite7212766780a7dbe4a4ab2919c8232a627330abd (patch)
tree06bfb3dcc82a8f03844d93504f372dc6420bf639 /misc/wmcalendar
parent7e5ce4fba4b64f1e4df0b40ecbbc43507dd484de (diff)
downloadports-e7212766780a7dbe4a4ab2919c8232a627330abd.tar.gz
ports-e7212766780a7dbe4a4ab2919c8232a627330abd.zip
Fix build
PR: ports/80542 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=134532
Diffstat (limited to 'misc/wmcalendar')
-rw-r--r--misc/wmcalendar/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/wmcalendar/Makefile b/misc/wmcalendar/Makefile
index 943e671f246c..c17872b259f1 100644
--- a/misc/wmcalendar/Makefile
+++ b/misc/wmcalendar/Makefile
@@ -17,16 +17,16 @@ COMMENT= A dockable calendar with interface to iCalendar based calendars
LIB_DEPENDS= ical.0:${PORTSDIR}/devel/libical
-BROKEN= Does not build
-
WRKSRC= ${WRKDIR}/${DISTNAME}/Src
USE_X_PREFIX= yes
USE_XPM= yes
USE_GNOME= gtk20
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \
- INCDIR="`pkg-config --cflags gtk+-2.0`" \
- LIBDIR="`pkg-config --libs gtk+-2.0`" \
+MAKE_ARGS= CC="${CC}" \
+ LFLAGS="`pkg-config --libs gtk+-2.0` -L${LOCALBASE}/lib" \
+ CFLAGS="${CFLAGS}" \
+ INCDIR="`pkg-config --cflags gtk+-2.0` -I${LOCALBASE}/include" \
+ LIBDIR="" \
LIBS="-lical -lXpm"
MAN1= wmCalendar.1