diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-09-12 14:39:37 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-09-12 14:39:37 +0000 |
commit | 8fec12e98731af1526b47f499b38825529b86fde (patch) | |
tree | 8395bc8b08874bd2c3f0ae65cfe9df5c4ab38ecc /x11-wm/fvwm24/Makefile | |
parent | add py-dialog 1.0 (diff) |
Remove pkg-plist redundancy.
Notes
Notes:
svn path=/head/; revision=66209
Diffstat (limited to 'x11-wm/fvwm24/Makefile')
-rw-r--r-- | x11-wm/fvwm24/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile index db9baf2f6e36..15deb7838287 100644 --- a/x11-wm/fvwm24/Makefile +++ b/x11-wm/fvwm24/Makefile @@ -52,13 +52,10 @@ USE_GNOME= imlib PKGNAMESUFFIX= -imlib CONFIGURE_ARGS+= --with-gnome --enable-gnome-hints \ --enable-gtktest --enable-imlibtest -PLIST_SUB+= GNOMEDATADIR="share/fvwm" -PLIST_SUB+= GNOMEDATADIR="share/gnome/fvwm" PLIST_SUB+= GTK="" .else CONFIGURE_ARGS+= --without-gnome --disable-gnome-hints \ --disable-gtktest --disable-imlibtest -PLIST_SUB+= GNOMEDATADIR="share/fvwm" PLIST_SUB+= GTK="@comment not installed: " .endif |