diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-14 01:21:37 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-14 01:21:37 +0000 |
commit | eba7d8f6c33245c86f162cb39c4c2a77c960dd3a (patch) | |
tree | d2bb5cf78ac85dfc52c8a038a0ea33df6df8fff6 /sysutils/gtk-imonc | |
parent | 89a9b7d86ae2d266f563f25478a41da117f51309 (diff) | |
download | ports-eba7d8f6c33245c86f162cb39c4c2a77c960dd3a.tar.gz ports-eba7d8f6c33245c86f162cb39c4c2a77c960dd3a.zip |
Notes
Diffstat (limited to 'sysutils/gtk-imonc')
-rw-r--r-- | sysutils/gtk-imonc/Makefile | 15 | ||||
-rw-r--r-- | sysutils/gtk-imonc/pkg-plist | 4 |
2 files changed, 9 insertions, 10 deletions
diff --git a/sysutils/gtk-imonc/Makefile b/sysutils/gtk-imonc/Makefile index 1a2761ca17e6..90e745db5f9d 100644 --- a/sysutils/gtk-imonc/Makefile +++ b/sysutils/gtk-imonc/Makefile @@ -12,13 +12,13 @@ COMMENT= GTK2-based imond-client to control an on(e) disc fli4l router LICENSE= GPLv2 # (or later) -LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - pcre:${PORTSDIR}/devel/pcre \ - cairo:${PORTSDIR}/graphics/cairo \ - png15:${PORTSDIR}/graphics/png \ - freetype:${PORTSDIR}/print/freetype2 \ - expat:${PORTSDIR}/textproc/expat2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libcairo.so:${PORTSDIR}/graphics/cairo \ + libpng15.so:${PORTSDIR}/graphics/png \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libexpat.so:${PORTSDIR}/textproc/expat2 \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig GNU_CONFIGURE= yes USES= pkgconfig gettext iconv @@ -29,7 +29,6 @@ USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|/gnome/apps/Internet|/applications|' ${WRKSRC}/Makefile.in diff --git a/sysutils/gtk-imonc/pkg-plist b/sysutils/gtk-imonc/pkg-plist index dc852cab7a8a..83d2b85d6d24 100644 --- a/sysutils/gtk-imonc/pkg-plist +++ b/sysutils/gtk-imonc/pkg-plist @@ -12,5 +12,5 @@ share/applications/gtk-imonc.desktop %%DATADIR%%/pixmaps/shutdown.png share/locale/de/LC_MESSAGES/gtk-imonc.mo share/pixmaps/gtk-imonc.png -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%% +@dirrmtry %%DATADIR%%/pixmaps +@dirrmtry %%DATADIR%% |