mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
809da0a360
PR: 18722 Submitted by: Palle Girgensohn <girgen@partitur.se>
20 lines
360 B
Plaintext
20 lines
360 B
Plaintext
--- Makefile~ Wed Nov 10 02:09:52 1999
|
|
+++ Makefile Sun May 21 23:52:36 2000
|
|
@@ -1,12 +1,12 @@
|
|
# Where is your Plugin Source Development Kit from Netscape?
|
|
-SDK=/home/hubbe/src/PluginSDK30b5
|
|
+SDK=../PluginSDK30b5
|
|
|
|
# Where is your Xwindows located?
|
|
-X11=/usr/X11/
|
|
+X11=${X11BASE}
|
|
|
|
# Choose compiler
|
|
-CC=gcc
|
|
-LD=gcc
|
|
+#CC=gcc
|
|
+#LD=gcc
|
|
BINFORMAT=bin
|
|
|
|
any:
|