diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-25 07:21:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-25 07:21:25 +0800 |
commit | a246a0de817d9ea7bfd118678ddde72be2830e9a (patch) | |
tree | b20490166423cf88c8305ff88c3e3deaa4a2021c /sysutils/asr-utils | |
parent | 0426bcc9a76e82741f28356eba9e04d0195353a6 (diff) | |
download | freebsd-ports-graphics-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.gz freebsd-ports-graphics-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.zst freebsd-ports-graphics-a246a0de817d9ea7bfd118678ddde72be2830e9a.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'sysutils/asr-utils')
-rw-r--r-- | sysutils/asr-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/asr-utils/Makefile b/sysutils/asr-utils/Makefile index 57dab9435f1..59d122aa20f 100644 --- a/sysutils/asr-utils/Makefile +++ b/sysutils/asr-utils/Makefile @@ -8,7 +8,7 @@ PORTNAME= asr-utils PORTVERSION= 3.04 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://download.adaptec.com/raid/u160raid/unix/ \ ftp://ftp.adaptec.com/raid/u160raid/unix/ @@ -25,7 +25,7 @@ ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes BINS= raidutil dpteng dptcom dptsig .ifndef (WITHOUT_X11) -USE_XLIB= yes +USE_XORG= x11 BINS+= dptscom dptmgr .endif MAN8= raidutil.8 |