diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-23 15:35:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-23 15:35:08 +0000 |
commit | 8cb92b02b8884bbc97059724ea7bb81e2c15ff37 (patch) | |
tree | 1b5ba00ec144939523d2ffa08678afc924d0af01 /graphics/qiv | |
parent | - Update to 20080422 to get rid of the weird distfile. (diff) |
- Fix build after xorg cleanup
Diffstat (limited to 'graphics/qiv')
-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 |