diff options
author | eadler <eadler@FreeBSD.org> | 2012-01-14 22:52:33 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-01-14 22:52:33 +0800 |
commit | 11b1c14911111b24dda88151a79295cd14af1a40 (patch) | |
tree | 66778726e1d9a899332d4e8c2912214f4d6d02c6 /x11/xdpyinfo | |
parent | a9f4789af1c3d8e4c09914922198ecb12bc4f588 (diff) | |
download | freebsd-ports-gnome-11b1c14911111b24dda88151a79295cd14af1a40.tar.gz freebsd-ports-gnome-11b1c14911111b24dda88151a79295cd14af1a40.tar.zst freebsd-ports-gnome-11b1c14911111b24dda88151a79295cd14af1a40.zip |
- Remove obsolete deps
- Because I am only removing deps these ports do not need a rebuild so don't bump portrevision
PR: ports/163763
Submitted by: Anonymous <swell.k@gmail.com>
Diffstat (limited to 'x11/xdpyinfo')
-rw-r--r-- | x11/xdpyinfo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile index 4344ef41e955..667fb1b65e61 100644 --- a/x11/xdpyinfo/Makefile +++ b/x11/xdpyinfo/Makefile @@ -15,8 +15,9 @@ COMMENT= Display information utility for X LICENSE= MIT XORG_CAT= app -USE_XORG= xext x11 xtst xxf86vm xxf86misc xxf86dga xi xrender \ +USE_XORG= xext x11 xtst xxf86vm xxf86dga xi xrender \ xinerama dmxproto xp +CONFIGURE_ARGS= --without-xf86misc PLIST_FILES= bin/xdpyinfo |