diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-07-16 20:53:28 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-07-16 20:53:28 +0000 |
commit | 68f883edfc802c049ba59e75f77e9f7c6d6071f5 (patch) | |
tree | 3fa9947d2b38c86d548ab0b4face968420a2825b /Mk/bsd.sanity.mk | |
parent | 1369aca1cbaa75f185a0b7dcd3d5bfdd2d8e84f0 (diff) | |
download | ports-68f883edfc802c049ba59e75f77e9f7c6d6071f5.tar.gz ports-68f883edfc802c049ba59e75f77e9f7c6d6071f5.zip |
Notes
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r-- | Mk/bsd.sanity.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk index a540bf93a4d8..3040665aa62e 100644 --- a/Mk/bsd.sanity.mk +++ b/Mk/bsd.sanity.mk @@ -47,6 +47,10 @@ DEV_ERROR+= "USE_KDELIBS_VER is unsupported" DEV_ERROR+= "USE_QT_VER is unsupported" .endif +.if defined(USE_GHOSTSCRIPT) || defined(USE_GHOSTSCRIPT_BUILD) || defined(USE_GHOSTSCRIPT_RUN) +DEV_ERROR+= "USE_GHOSTSCRIPT is unsupported, please use USES=ghostscript instead" +.endif + .if !empty(LIB_DEPENDS:M*/../*) DEV_ERROR+= "LIB_DEPENDS contains unsupported relative path to dependency" .endif |