diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-24 08:43:49 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-24 08:43:49 +0000 |
commit | 9716a77feab1f1403700627bd721c2f1e0b26d9d (patch) | |
tree | 25148fc53b5a656a27c502b05019a19d22d4c9fe /print/gnome-print | |
parent | 6c89c943f9744fb5d7e21f2423823f20d08fc862 (diff) | |
download | ports-9716a77feab1f1403700627bd721c2f1e0b26d9d.tar.gz ports-9716a77feab1f1403700627bd721c2f1e0b26d9d.zip |
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=200037
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 5ace94c2e034..656c0a58b94f 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -37,14 +37,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -pre-everything:: -.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes - @${ECHO_MSG} "" - @${ECHO_MSG} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" - @${ECHO_MSG} " AFPL Postscript interpreter instead of GNU one" - @${ECHO_MSG} "" -.endif - post-install: @${TOUCH} ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap |