diff options
author | anholt <anholt@FreeBSD.org> | 2003-11-09 05:57:00 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-11-09 05:57:00 +0800 |
commit | 13b5bbf0c8623b297d5c259db374b3c4e11ec19a (patch) | |
tree | e7b6bcc54b0f6d3593e188be2d91393efca3f86f | |
parent | 21086d108d44bf62922e8501a0a0103a4fd34afb (diff) | |
download | freebsd-ports-gnome-13b5bbf0c8623b297d5c259db374b3c4e11ec19a.tar.gz freebsd-ports-gnome-13b5bbf0c8623b297d5c259db374b3c4e11ec19a.tar.zst freebsd-ports-gnome-13b5bbf0c8623b297d5c259db374b3c4e11ec19a.zip |
Re-add PORTREVISON, dropped accidentally in the last commit, and bump it for
libglut removal change.
Submitted by: arved
-rw-r--r-- | graphics/mesagl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index 5d09c88be3e9..8926d582acfe 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -7,6 +7,7 @@ PORTNAME= Mesa PORTVERSION= 5.0.1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/ |