diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-12-25 20:14:43 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-12-25 20:14:43 +0000 |
commit | 445d21ae27d709e51a77c765726a366981eef7dd (patch) | |
tree | 83e85f46ea3e0f56b29551e1404bb3ab0f713baf | |
parent | f5b52a8acc792dec1b87ecb2d3c10a83cdbcc1a1 (diff) |
Notes
-rw-r--r-- | devel/ois/Makefile | 4 | ||||
-rw-r--r-- | devel/ois/pkg-descr | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/ois/Makefile b/devel/ois/Makefile index 65b90c78d4d3..d941638c92e6 100644 --- a/devel/ois/Makefile +++ b/devel/ois/Makefile @@ -12,8 +12,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Object Oriented Input System GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake USE_AUTOTOOLS= libtool:env aclocal:env autoheader:env automake:env autoconf:env USE_XORG= x11 xaw USE_LDCONFIG= yes @@ -23,7 +22,6 @@ LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|^pkgconfigdir = .*|pkgconfigdir=$${prefix}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.am diff --git a/devel/ois/pkg-descr b/devel/ois/pkg-descr index 00b771eaf798..327a440215ad 100644 --- a/devel/ois/pkg-descr +++ b/devel/ois/pkg-descr @@ -5,4 +5,4 @@ Written in C++ using Object Oriented Design patterns. NOTE: this ports lacks joystick support. For now. -WWW: http://www.wreckedgames.com/ +WWW: http://sourceforge.net/projects/wgois/ |