ports/80542: Update port: misc/wmcalendar

KATO Tsuguru tkato432 at yahoo.com
Mon May 2 15:10:05 UTC 2005


>Number:         80542
>Category:       ports
>Synopsis:       Update port: misc/wmcalendar
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 02 15:10:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Fix build

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/misc/wmcalendar/Makefile misc/wmcalendar/Makefile
--- /usr/ports/misc/wmcalendar/Makefile	Sat Apr 30 22:43:44 2005
+++ misc/wmcalendar/Makefile	Sat Apr 30 23:27:51 2005
@@ -17,16 +17,16 @@
 
 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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list