aboutsummaryrefslogtreecommitdiff
path: root/korean/xpdf
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-26 04:09:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-26 04:09:47 +0000
commitd8a0cba6cc36696ff4a960a67f75d099f98cdcd4 (patch)
tree4b0e3deb3c10538a38a6bd8fd57db300bd5cda6f /korean/xpdf
parent8b070244f55e5737833255bc179ba5ad9fdd66e8 (diff)
downloadports-d8a0cba6cc36696ff4a960a67f75d099f98cdcd4.tar.gz
ports-d8a0cba6cc36696ff4a960a67f75d099f98cdcd4.zip
BROKEN when WITHOUT_X11: Broken dependency
Notes
Notes: svn path=/head/; revision=154470
Diffstat (limited to 'korean/xpdf')
-rw-r--r--korean/xpdf/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/korean/xpdf/Makefile b/korean/xpdf/Makefile
index 580406c76fa5..0943d6997c37 100644
--- a/korean/xpdf/Makefile
+++ b/korean/xpdf/Makefile
@@ -22,6 +22,10 @@ USE_X_PREFIX= yes
INSTALL_FILES= Adobe-Korea1.cidToUnicode ISO-2022-KR.unicodeMap \
README dot.xpdfrc
+.if defined(WITHOUT_X11)
+BROKEN= Broken dependency when WITHOUT_X11 set
+.endif
+
do-build:
@${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \
-e 's|%%X11BASE%%|${X11BASE}|g' \