diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-13 10:01:16 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-13 10:01:16 +0800 |
commit | 247a11af00f188ef28030d7e0d178e6d823b91c5 (patch) | |
tree | 80c334fbe1eda5a5f8f3d63977f855194ef1d2de /x11/fbdesk | |
parent | fd8d1f8bd8c2924acbf0929eef4d2649105539e5 (diff) | |
download | freebsd-ports-gnome-247a11af00f188ef28030d7e0d178e6d823b91c5.tar.gz freebsd-ports-gnome-247a11af00f188ef28030d7e0d178e6d823b91c5.tar.zst freebsd-ports-gnome-247a11af00f188ef28030d7e0d178e6d823b91c5.zip |
Cleanup of the unowned ports in the x11 directory
- Fix LIB_DEPENDS
- Fix COMMENT
- Fix USE_GMAKE
Diffstat (limited to 'x11/fbdesk')
-rw-r--r-- | x11/fbdesk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile index fe8351afc0f0..5096d196b582 100644 --- a/x11/fbdesk/Makefile +++ b/x11/fbdesk/Makefile @@ -9,11 +9,11 @@ MASTER_SITES= http://fluxbox.sourceforge.net/download/ \ GENTOO/distfiles MAINTAINER= ports@FreeBSD.org -COMMENT= A Fluxbox utility to create and manage icons on the desktop +COMMENT= Fluxbox utility to create and manage icons on the desktop LICENSE= MIT -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png OPTIONS_DEFINE= IMLIB2 DOCS OPTIONS_DEFAULT= IMLIB2 |