diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-07-01 00:22:37 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-07-01 00:22:37 +0000 |
commit | cef97808a52cfadcbc05767dfd369373b2879f54 (patch) | |
tree | 11b6e50e2760e7fe3378b3afb996053d0a331c74 /graphics/imlib2 | |
parent | 1d6e8c365a32d3c383f34c31ea6b73cb4b4ae833 (diff) |
Fix pkg-plist when WITH_X11.
Submitted by: sf@, Jeremy Prior <jez_at_netcraft.com>
Noticed by: kris@
Notes
Notes:
svn path=/head/; revision=138273
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 86ac7d6b8407..e9cf62f38614 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -40,6 +40,7 @@ CONFIGURE_ARGS+= --without-x PLIST_SUB= X11="@comment " .else USE_XLIB= yes +PLIST_SUB= X11="" .endif post-patch: |