diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-09-16 23:56:02 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-09-16 23:56:02 +0800 |
commit | f69e83992309f3c1a4b22e5cb4603046fd639069 (patch) | |
tree | 13d214123732325a0c9d9fd608d11ea30519c62c /graphics | |
parent | 89b9aa1e11d9f2784b4373dc6dda83a8ee84d5bb (diff) | |
download | freebsd-ports-gnome-f69e83992309f3c1a4b22e5cb4603046fd639069.tar.gz freebsd-ports-gnome-f69e83992309f3c1a4b22e5cb4603046fd639069.tar.zst freebsd-ports-gnome-f69e83992309f3c1a4b22e5cb4603046fd639069.zip |
Update to version 1.1.2
PR: 30598
Submitted by: MAINTAINER
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/glass/Makefile | 2 | ||||
-rw-r--r-- | graphics/glass/distinfo | 2 | ||||
-rw-r--r-- | graphics/glass/files/patch-Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/glass/Makefile b/graphics/glass/Makefile index 992982e0698a..3a94e95cc7aa 100644 --- a/graphics/glass/Makefile +++ b/graphics/glass/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glass -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/glass/distinfo b/graphics/glass/distinfo index 5d3b592c5c1f..06e6392810cf 100644 --- a/graphics/glass/distinfo +++ b/graphics/glass/distinfo @@ -1 +1 @@ -MD5 (glass-1.1.1.tar.gz) = 2bb0850bddc41ba9575dc5ef79f13d76 +MD5 (glass-1.1.2.tar.gz) = ec9518e961ee0341d91bef6697a6bec2 diff --git a/graphics/glass/files/patch-Makefile b/graphics/glass/files/patch-Makefile index 64332c4515bf..1725bda2399e 100644 --- a/graphics/glass/files/patch-Makefile +++ b/graphics/glass/files/patch-Makefile @@ -2,7 +2,7 @@ +++ Makefile Thu Aug 23 10:06:34 2001 @@ -1,12 +1,11 @@ -CC = gcc - GLASS_VERSION = 1.1.1 + GLASS_VERSION = 1.1.2 -CFLAGS = -g -O3 -Wall -DVERSION_STRING=\"$(GLASS_VERSION)\" -LIBS = -lGL +CFLAGS += -Wall -I/usr/X11R6/include -DVERSION_STRING=\"$(GLASS_VERSION)\" |