diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-28 18:46:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-28 18:46:27 +0800 |
commit | c69d27e8731de232d1b5cd140509c1d4d4c17606 (patch) | |
tree | dd1154ac8580da43c6e3fa5aff5bfa5ae69abce6 | |
parent | a300ad1074538c7b2b2b0ead9a7509a36dadf57c (diff) | |
download | marcuscom-ports-c69d27e8731de232d1b5cd140509c1d4d4c17606.tar marcuscom-ports-c69d27e8731de232d1b5cd140509c1d4d4c17606.tar.gz marcuscom-ports-c69d27e8731de232d1b5cd140509c1d4d4c17606.tar.bz2 marcuscom-ports-c69d27e8731de232d1b5cd140509c1d4d4c17606.tar.lz marcuscom-ports-c69d27e8731de232d1b5cd140509c1d4d4c17606.tar.xz marcuscom-ports-c69d27e8731de232d1b5cd140509c1d4d4c17606.tar.zst marcuscom-ports-c69d27e8731de232d1b5cd140509c1d4d4c17606.zip |
Correct libIDL and ORBit2 lib_depend lines.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18830 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | Mk/bsd.gnome.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index aa0564c48..0569c568a 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -303,11 +303,11 @@ linc_LIB_DEPENDS= liblinc.so:${PORTSDIR}/net/linc linc_DETECT= ${LOCALBASE}/libdata/pkgconfig/linc.pc linc_USE_GNOME_IMPL= glib20 -libidl_LIB_DEPENDS= libIDL-2.0.so:${PORTSDIR}/devel/libIDL +libidl_LIB_DEPENDS= libIDL-2.so:${PORTSDIR}/devel/libIDL libidl_DETECT= ${LOCALBASE}/libdata/pkgconfig/libIDL-2.0.pc libidl_USE_GNOME_IMPL= glib20 -orbit2_LIB_DEPENDS= libORBit-2.0.so:${PORTSDIR}/devel/ORBit2 +orbit2_LIB_DEPENDS= libORBit-2.so:${PORTSDIR}/devel/ORBit2 orbit2_DETECT= ${LOCALBASE}/libdata/pkgconfig/ORBit-2.0.pc orbit2_USE_GNOME_IMPL= libidl |