diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-21 01:49:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-21 01:49:34 +0800 |
commit | 84321b91398936f25c415788b1a8a902c627829e (patch) | |
tree | 89d07111f73194b811885d3d5b8fe2027e71a8ac /misc/wmcalendar | |
parent | cc0eff7dfcd5afe0ad91db8442d59a0c42e68eb6 (diff) | |
download | freebsd-ports-gnome-84321b91398936f25c415788b1a8a902c627829e.tar.gz freebsd-ports-gnome-84321b91398936f25c415788b1a8a902c627829e.tar.zst freebsd-ports-gnome-84321b91398936f25c415788b1a8a902c627829e.zip |
- Fix build after xorg cleanup
Submitted by: pointyhat
Diffstat (limited to 'misc/wmcalendar')
-rw-r--r-- | misc/wmcalendar/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/wmcalendar/Makefile b/misc/wmcalendar/Makefile index c30d2c73038d..991a69088308 100644 --- a/misc/wmcalendar/Makefile +++ b/misc/wmcalendar/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmcalendar PORTVERSION= 0.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc windowmaker MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,6 +19,7 @@ LIB_DEPENDS= ical.27:${PORTSDIR}/devel/libical WRKSRC= ${WRKDIR}/${DISTNAME}/Src +USE_XORG= xpm USE_GNOME= gtk20 MAKE_ARGS= CC="${CC}" \ LFLAGS="`pkg-config --libs gtk+-2.0` -L${LOCALBASE}/lib" \ @@ -26,6 +27,8 @@ MAKE_ARGS= CC="${CC}" \ INCDIR="`pkg-config --cflags gtk+-2.0` -I${LOCALBASE}/include" \ LIBDIR="" \ LIBS="-lical -lXpm" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1= wmCalendar.1 PLIST_FILES= bin/wmCalendar |