diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 05:16:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 05:16:18 +0000 |
commit | 53529756d7587f57906b19242e5ca80584f9d574 (patch) | |
tree | d5fdd2b08cb88adac842cf9bd2e4a50bf6d718e5 /sysutils/mount.app | |
parent | 17244822d0b316e9e13640d039b93aaf7847845c (diff) | |
download | ports-53529756d7587f57906b19242e5ca80584f9d574.tar.gz ports-53529756d7587f57906b19242e5ca80584f9d574.zip |
Notes
Diffstat (limited to 'sysutils/mount.app')
-rw-r--r-- | sysutils/mount.app/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/mount.app/Makefile b/sysutils/mount.app/Makefile index 2b8e5f3c2e88..838d8d3eb890 100644 --- a/sysutils/mount.app/Makefile +++ b/sysutils/mount.app/Makefile @@ -8,13 +8,13 @@ PORTNAME= mountapp PORTVERSION= 3.0 CATEGORIES= sysutils windowmaker -MASTER_SITES= http://mountapp.sourceforge.net/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= mountapp MAINTAINER= nm@web.am COMMENT= Windowmaker application, Resembles wmmount with extra functionality -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ - gmodule12:${PORTSDIR}/devel/glib12 +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext BUILD_DEPENDS+= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker USE_GNOME= gtk12 glib12 |