diff options
author | erwin <erwin@FreeBSD.org> | 2009-10-25 17:21:18 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-10-25 17:21:18 +0800 |
commit | cceba08bcc8ad43a4012f3f6c1bd6a57e38081db (patch) | |
tree | eb0967097b9bc5029c5e874112a2568654f48f71 /x11-wm | |
parent | 61e5fdbb9d08481c432ff52ba7109276fa416b1b (diff) | |
download | freebsd-ports-gnome-cceba08bcc8ad43a4012f3f6c1bd6a57e38081db.tar.gz freebsd-ports-gnome-cceba08bcc8ad43a4012f3f6c1bd6a57e38081db.tar.zst freebsd-ports-gnome-cceba08bcc8ad43a4012f3f6c1bd6a57e38081db.zip |
Mark BROKEN: leaves files behind on deinstallation
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/sawfish/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index ad8b12e0d299..cb3890699880 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -22,6 +22,8 @@ LIB_DEPENDS= rep.13:${PORTSDIR}/lang/librep \ BUILD_DEPENDS= ${LOCALBASE}/libexec/rep/${GNUHOST}/gui/gtk-2/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk2 RUN_DEPENDS= ${LOCALBASE}/libexec/rep/${GNUHOST}/gui/gtk-2/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk2 +BROKEN= leaves files behind on deinstallation + GNUHOST= ${ARCH}-pc-freebsd${OSREL:C/\..*//} PLIST_SUB= GNUHOST=${GNUHOST} VERSION=${PORTVERSION} |