diff options
Diffstat (limited to 'comms/lirc/Makefile')
-rw-r--r-- | comms/lirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |