diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 12:14:39 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 12:14:39 +0800 |
commit | 0bc5498ec91b4ffbc4477467c8ebd15a1e954409 (patch) | |
tree | 16634fb3cfe9dc9870c724c5e38819d5fe6a7c93 /devel/ois | |
parent | 9943ee2118c45e768699105e5d206d20cd49aaae (diff) | |
download | freebsd-ports-graphics-0bc5498ec91b4ffbc4477467c8ebd15a1e954409.tar.gz freebsd-ports-graphics-0bc5498ec91b4ffbc4477467c8ebd15a1e954409.tar.zst freebsd-ports-graphics-0bc5498ec91b4ffbc4477467c8ebd15a1e954409.zip |
- Convert USE_AUTOTOOLS=libtool to USES
Diffstat (limited to 'devel/ois')
-rw-r--r-- | devel/ois/Makefile | 7 | ||||
-rw-r--r-- | devel/ois/pkg-plist | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/ois/Makefile b/devel/ois/Makefile index d941638c92e..bae1acc705d 100644 --- a/devel/ois/Makefile +++ b/devel/ois/Makefile @@ -12,8 +12,8 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Object Oriented Input System GNU_CONFIGURE= yes -USES= pathfix gmake -USE_AUTOTOOLS= libtool:env aclocal:env autoheader:env automake:env autoconf:env +USES= pathfix gmake libtool +USE_AUTOTOOLS= aclocal:env autoheader:env automake:env autoconf:env libtoolize:env USE_XORG= x11 xaw USE_LDCONFIG= yes @@ -29,4 +29,7 @@ post-patch: pre-configure: @cd ${WRKSRC} && ./bootstrap +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libOIS.so + .include <bsd.port.mk> diff --git a/devel/ois/pkg-plist b/devel/ois/pkg-plist index bf191519b3c..d3d4c96e774 100644 --- a/devel/ois/pkg-plist +++ b/devel/ois/pkg-plist @@ -14,7 +14,6 @@ include/OIS/OISObject.h include/OIS/OISPrereqs.h lib/libOIS-1.2.0.so lib/libOIS.a -lib/libOIS.la lib/libOIS.so libdata/pkgconfig/OIS.pc @dirrm include/OIS |