diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-27 14:13:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-27 14:13:00 +0000 |
commit | e2d3f2072c474abeede747b73e32b8585efec1d2 (patch) | |
tree | 88caa7c3cd05b8ef10dc2f5c637f4ecdf56812d0 /x11-toolkits/gtkmathview/Makefile | |
parent | 5b6e4c6a6c050ecddd22828b2124fcb6de6afa4d (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gtkmathview/Makefile')
-rw-r--r-- | x11-toolkits/gtkmathview/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gtkmathview/Makefile b/x11-toolkits/gtkmathview/Makefile index 2f283273cd08..d7d04129fa2f 100644 --- a/x11-toolkits/gtkmathview/Makefile +++ b/x11-toolkits/gtkmathview/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gtkmathview -PORTVERSION= 0.7.6 +PORTVERSION= 0.7.7 CATEGORIES= x11-toolkits MASTER_SITES= http://helm.cs.unibo.it/mml-widget/sources/ @@ -29,14 +29,14 @@ CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= mathmlviewer.1 .include <bsd.port.pre.mk> .if ${OSVERSION} < 600000 -IGNORE= is unsupported on versions prior to FreeBSD 6.0 +IGNORE= is unsupported on versions prior to FreeBSD 6.0 .endif .include <bsd.port.post.mk> |