diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 00:35:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 00:35:56 +0800 |
commit | 61ff76e93eb9d2d3d4f085ffbd2829f76ce2a19a (patch) | |
tree | 4992ab179aa7b24bc375b9f9a1a61434fc38a3ca /mail/claws-mail-pdf_viewer | |
parent | fc11ef934a705de0c80360ca830402c3b5c8ad5d (diff) | |
download | freebsd-ports-gnome-61ff76e93eb9d2d3d4f085ffbd2829f76ce2a19a.tar.gz freebsd-ports-gnome-61ff76e93eb9d2d3d4f085ffbd2829f76ce2a19a.tar.zst freebsd-ports-gnome-61ff76e93eb9d2d3d4f085ffbd2829f76ce2a19a.zip |
- Get rid of USE_XLIB
Approved by: maintainer implicit
Diffstat (limited to 'mail/claws-mail-pdf_viewer')
-rw-r--r-- | mail/claws-mail-pdf_viewer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/claws-mail-pdf_viewer/Makefile b/mail/claws-mail-pdf_viewer/Makefile index ad6c20a49833..0f4f7c7b3188 100644 --- a/mail/claws-mail-pdf_viewer/Makefile +++ b/mail/claws-mail-pdf_viewer/Makefile @@ -7,7 +7,7 @@ PORTNAME= pdf_viewer PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -22,7 +22,6 @@ RUN_DEPENDS= claws-mail>=3.3.1:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_GETTEXT= yes USE_ICONV= yes -USE_XLIB= yes USE_GHOSTSCRIPT= yes USE_AUTOTOOLS= autoconf:261 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |