diff options
author | Robert Noland <rnoland@FreeBSD.org> | 2009-05-07 19:40:18 +0000 |
---|---|---|
committer | Robert Noland <rnoland@FreeBSD.org> | 2009-05-07 19:40:18 +0000 |
commit | a588a7ab6eae9e8ad76c265eaf7c18540e7db147 (patch) | |
tree | 2f8f8c597812eee4938f11ba40abaf15b4b1026d /x11-servers/xorg-dmx/Makefile | |
parent | 2793e9a03ba60d7b805903b8b3002fef1b871928 (diff) | |
download | ports-a588a7ab6eae9e8ad76c265eaf7c18540e7db147.tar.gz ports-a588a7ab6eae9e8ad76c265eaf7c18540e7db147.zip |
Notes
Diffstat (limited to 'x11-servers/xorg-dmx/Makefile')
-rw-r--r-- | x11-servers/xorg-dmx/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-servers/xorg-dmx/Makefile b/x11-servers/xorg-dmx/Makefile index 70c837f76cba..a1162857fe04 100644 --- a/x11-servers/xorg-dmx/Makefile +++ b/x11-servers/xorg-dmx/Makefile @@ -6,9 +6,8 @@ # PORTNAME= xorg-dmx -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 PORTEPOCH= 1 -#PORTREVISION= 1 CATEGORIES= x11-servers MAINTAINER= x11@FreeBSD.org @@ -29,7 +28,7 @@ USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ xineramaproto xinerama evieproto xkbfile xfont fontenc xkbui \ xxf86misc xxf86vm xaw7 xmu xpm xext xrender xfixes xi dmxproto \ xau dmx xtst xres pixman xtrans - + USE_OPENSSL= yes CONFIGURE_ARGS= --disable-xvfb --disable-xorg --disable-xnest \ --enable-dmx --localstatedir=/var --without-dtrace @@ -39,7 +38,7 @@ MAN1= Xdmx.1 dmxtodmx.1 vdltodmx.1 xdmxconfig.1 do-install: cd ${WRKSRC}/hw/dmx; ${MAKE} install -OPTIONS= HAL "Compile with HAL config support" on +OPTIONS= HAL "Compile with HAL config support" on .include <bsd.port.pre.mk> @@ -51,7 +50,7 @@ CONFIGURE_ENV= SHA1_LIB="-L/usr/lib -lcrypto" SHA1_CFLAGS="-I/usr/include" .endif .if !defined(WITHOUT_HAL) -LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal +LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal CONFIGURE_ARGS+= --enable-config-hal=yes .else CONFIGURE_ARGS+= --enable-config-hal=no |