diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /comms | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) | |
download | ports-5afc678aac11dcb929706121d1fec2707a1e8e54.tar.gz ports-5afc678aac11dcb929706121d1fec2707a1e8e54.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kb/Makefile | 1 | ||||
-rw-r--r-- | comms/lirc/Makefile | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/comms/kb/Makefile b/comms/kb/Makefile index ec21091d948f..961431af4519 100644 --- a/comms/kb/Makefile +++ b/comms/kb/Makefile @@ -16,7 +16,6 @@ DISTFILES= kb_src-${PORTVERSION}.tar.gz kb_inst-${PORTVERSION}.tar.gz MAINTAINER= db@FreeBSD.org COMMENT= Amateur Radio contest logger -USE_XLIB= yes USE_GNOME= libgnome gtk20 libbonobo NO_WRKSUBDIR= yes PKGMESSAGE= ${FILESDIR}/pkg_message diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index 1c5678b8bef8..5c8edb8f5951 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -7,7 +7,7 @@ PORTNAME= lirc PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lirc @@ -17,8 +17,8 @@ COMMENT= Linux Infared Remote Control USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes -USE_XLIB= yes USE_GMAKE= yes +USE_XORG= x11 GNU_CONFIGURE= yes USE_LDCONFIG= yes |