diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-26 15:49:56 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-26 15:49:56 +0000 |
commit | 063a6acf984c5d889b4fb616204c9989af46bf6b (patch) | |
tree | 46db805d01839ff95127f113c4d308d10766f262 /print/ghostscript-afpl/files/stp.contrib.mak | |
parent | 9f15de8e17848c6fd8afdf20c17d9c75590f360e (diff) | |
download | freebsd-ports-063a6acf984c5d889b4fb616204c9989af46bf6b.zip |
Really remove device stp. It has been deprecated since 8.0 and doesn't work
in the port anyway.
Noticed in PR: ports/69322
Submitted by: Torfinn Ingolfsen
Diffstat (limited to 'print/ghostscript-afpl/files/stp.contrib.mak')
-rw-r--r-- | print/ghostscript-afpl/files/stp.contrib.mak | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/print/ghostscript-afpl/files/stp.contrib.mak b/print/ghostscript-afpl/files/stp.contrib.mak deleted file mode 100644 index 862d329324ee..000000000000 --- a/print/ghostscript-afpl/files/stp.contrib.mak +++ /dev/null @@ -1,14 +0,0 @@ -### --------------- Gimp-Print/stp Driver ---------------------------- ### -### Be careful to add the exact contents of this file; cut and paste ### -### may corrupt the file and cause mysterious make errors ### - -stp_=$(GLOBJ)gdevstp.$(OBJ) - -STPLIB=gimpprint - -$(DD)stp.dev: $(stp_) $(DD)page.dev - $(SETPDEV) $(DD)stp $(stp_) - $(ADDMOD) $(DD)stp -lib $(STPLIB) - -$(GLOBJ)gdevstp.$(OBJ) : $(GLSRC)gdevstp.c $(PDEVH) - $(GLCC) $(GLO_)gdevstp.$(OBJ) $(C_) $(GLSRC)gdevstp.c |