diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-01-09 16:53:38 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-01-09 16:53:38 +0800 |
commit | bab4ba2bee7e17fefc4688969ac4fbe01c965b29 (patch) | |
tree | d5d53fdd0778b039c7dcfc1768fb9028f3d0e1da /x11-toolkits | |
parent | b8e071746616d4002864b72ed3e8b9004028b9c4 (diff) | |
download | freebsd-ports-graphics-bab4ba2bee7e17fefc4688969ac4fbe01c965b29.tar.gz freebsd-ports-graphics-bab4ba2bee7e17fefc4688969ac4fbe01c965b29.tar.zst freebsd-ports-graphics-bab4ba2bee7e17fefc4688969ac4fbe01c965b29.zip |
- Use the new format for LIB_DEPENDS
- USES gmake instead of USE_GMAKE
- Support STAGEDIR
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libsexymm/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-toolkits/libsexymm/Makefile b/x11-toolkits/libsexymm/Makefile index 6ad16695dff..e130012e713 100644 --- a/x11-toolkits/libsexymm/Makefile +++ b/x11-toolkits/libsexymm/Makefile @@ -12,14 +12,12 @@ COMMENT= C++ bindings for libsexy LICENSE= LGPL21 -LIB_DEPENDS= gtkmm-2:${PORTSDIR}/x11-toolkits/gtkmm24 \ - sexy:${PORTSDIR}/x11-toolkits/libsexy +LIB_DEPENDS= libsexy.so:${PORTSDIR}/x11-toolkits/libsexy \ + libgtkmm-2.4.s:${PORTSDIR}/x11-toolkits/gtkmm24 +USES= gmake pathfix pkgconfig USE_AUTOTOOLS= libtool -USES= pathfix pkgconfig GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.mk> |