diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
commit | 077a58f032efc81c06a5c627cf14888c6eee37d9 (patch) | |
tree | 14fee1a21bf0a706c4026dfb70c9bd7281351d20 /misc | |
parent | - make YAML and XS/C required, not optional (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209583
Diffstat (limited to 'misc')
-rw-r--r-- | misc/wmcalendar/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/wmcalendar/Makefile b/misc/wmcalendar/Makefile index 3fc4dbd54e13..7421e537d58d 100644 --- a/misc/wmcalendar/Makefile +++ b/misc/wmcalendar/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= ical.27:${PORTSDIR}/devel/libical WRKSRC= ${WRKDIR}/${DISTNAME}/Src -USE_XPM= yes USE_GNOME= gtk20 MAKE_ARGS= CC="${CC}" \ LFLAGS="`pkg-config --libs gtk+-2.0` -L${LOCALBASE}/lib" \ |