diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-23 23:35:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-23 23:35:08 +0800 |
commit | 5a27e05a4858e5c6415d3650d908bce53d4abc7a (patch) | |
tree | 90c7f297c2efdcac7523139b3d46956f3615d82d | |
parent | 36496caace1e71aab542645fedd9aa3a5894c04f (diff) | |
download | freebsd-ports-gnome-5a27e05a4858e5c6415d3650d908bce53d4abc7a.tar.gz freebsd-ports-gnome-5a27e05a4858e5c6415d3650d908bce53d4abc7a.tar.zst freebsd-ports-gnome-5a27e05a4858e5c6415d3650d908bce53d4abc7a.zip |
- Fix build after xorg cleanup
-rw-r--r-- | graphics/qiv/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index 84cefddeb8d9..14eb20937b25 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -26,13 +26,10 @@ USE_GNOME= imlib MAN1= qiv.1 PLIST_FILES= bin/qiv +USE_XORG+= x11 xinerama .include <bsd.port.pre.mk> -.if defined(WITH_XINERAMA) -USE_XORG+= x11 xinerama -.endif - pre-configure: .if ! defined(WITH_XINERAMA) .else |