diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-08-29 15:01:46 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-08-29 15:01:46 +0000 |
commit | f2904b6af86bf31288fb14f77c4147d547f2331f (patch) | |
tree | 0f24ce676070cd2b3017f761db8f5e49e00c5b07 /comms/efax-gtk | |
parent | - Try to unbreak parallel builds (-jX): their makefile has a rule with (diff) |
- Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
Notes
Notes:
svn path=/head/; revision=325602
Diffstat (limited to 'comms/efax-gtk')
-rw-r--r-- | comms/efax-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index cce77241af69..8e95bde26f78 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -13,8 +13,8 @@ COMMENT= GUI frontend for efax program LICENSE= GPLv2 -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ - cxx-gtk-utils-2-2.2:${PORTSDIR}/x11-toolkits/c++-gtk-utils +LIB_DEPENDS= libsigc-1.2.so:${PORTSDIR}/devel/libsigc++12 \ + libcxx-gtk-utils-2-2.2.so:${PORTSDIR}/x11-toolkits/c++-gtk-utils RUN_DEPENDS= ggv:${PORTSDIR}/print/ggv USES= pkgconfig |