1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Update to latest distfile.

This commit is contained in:
Eric Melville 2001-12-01 05:49:01 +00:00
parent 2b4e6f364d
commit e8b5d763ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50793
3 changed files with 10 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= skipstone
PORTVERSION= 0.7.6
PORTVERSION= 0.7.7
CATEGORIES= www
MASTER_SITES= http://www.muhri.net/skipstone/

View File

@ -1 +1 @@
MD5 (skipstone-0.7.6.tar.gz) = 63dab20c03331d159e3b648a8ab77523
MD5 (skipstone-0.7.7.tar.gz) = 23e3afb908a66834dee8b44de4021955

View File

@ -1,13 +1,17 @@
--- config.mk.orig Thu Nov 8 14:35:29 2001
+++ config.mk Thu Nov 8 14:36:53 2001
--- config.mk.orig Fri Nov 30 21:37:54 2001
+++ config.mk Fri Nov 30 21:40:06 2001
@@ -1,4 +1,4 @@
-PREFIX=/usr/local
+PREFIX=$(X11BASE)
PLUGINDIR=$(HOME)/.skipstone/plugins
MOZILLA_INCLUDES = \
@@ -71,13 +71,13 @@
-L$(PREFIX)/lib/mozilla \
@@ -71,16 +71,16 @@
MOZILLA_LIBS = \
-L/usr/lib/mozilla \
- -L$(PREFIX)/lib/mozilla \
+ -L$(PREFIX)/lib/mozilla-embedded \
-lgtkembedmoz -lplds4 -lplc4 -lnspr4 -lgtksuperwin -lxpcom
-GTK_LIBS = $(shell gtk-config --libs)