diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-08 09:55:03 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-08 09:55:03 +0000 |
commit | 1622a642b366e1e34f23c36648942934ae421b9e (patch) | |
tree | 33b4b728e2ed21d34966095bfecee6d72e4f47a3 /graphics/osgedit/Makefile | |
parent | 9936c8e8cd33c07d7de4267972f40bae77ec6885 (diff) | |
download | FreeBSD-ports-1622a642b366e1e34f23c36648942934ae421b9e.zip FreeBSD-ports-1622a642b366e1e34f23c36648942934ae421b9e.tar.gz |
[patch] graphics/osgedit 0.3.0 -> 0.4.1
This port is broken on stable as mentioned in the named PR.
This patch fixes this problem by updating the port to the
latest version.
PR: ports/56548
Submitted by: Simon Barner <barner@in.tum.de>
Diffstat (limited to 'graphics/osgedit/Makefile')
-rw-r--r-- | graphics/osgedit/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/osgedit/Makefile b/graphics/osgedit/Makefile index ecf998c..6efe236 100644 --- a/graphics/osgedit/Makefile +++ b/graphics/osgedit/Makefile @@ -7,8 +7,7 @@ # PORTNAME= osgedit -PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTVERSION= 0.4.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -30,11 +29,4 @@ CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes -post-extract: -# This port has bogus config.{sub,guess} symlinks that point to where these -# files presumably live on the author's machine. It causes the automatic -# replacement code to fail unless we replace them with files. - @${RM} ${WRKSRC}/config.guess ${WRKSRC}/config.sub; \ - ${TOUCH} ${WRKSRC}/config.guess ${WRKSRC}/config.sub - .include <bsd.port.mk> |