diff options
author | netchild <netchild@FreeBSD.org> | 2005-11-23 02:50:34 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-11-23 02:50:34 +0800 |
commit | 1ce8512a7e1f6a5cdd60f21e7f771b8aa3b61f1f (patch) | |
tree | 3c4d77aede38c86d2799c558b959a35a62c084e8 /x11-toolkits/linux-f10-gtk | |
parent | 15302c156ad4dc41bcf8c606840733742c5a29ae (diff) | |
download | freebsd-ports-gnome-1ce8512a7e1f6a5cdd60f21e7f771b8aa3b61f1f.tar.gz freebsd-ports-gnome-1ce8512a7e1f6a5cdd60f21e7f771b8aa3b61f1f.tar.zst freebsd-ports-gnome-1ce8512a7e1f6a5cdd60f21e7f771b8aa3b61f1f.zip |
Allow to replace with an old package (useful in the portupgrade case).
Diffstat (limited to 'x11-toolkits/linux-f10-gtk')
-rw-r--r-- | x11-toolkits/linux-f10-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/linux-f10-gtk/Makefile b/x11-toolkits/linux-f10-gtk/Makefile index 62fa6ed0074c..c3d519b47432 100644 --- a/x11-toolkits/linux-f10-gtk/Makefile +++ b/x11-toolkits/linux-f10-gtk/Makefile @@ -58,7 +58,7 @@ RPM_SET?= gtk+-1.2.9-4.${ARCH}.rpm .endif DBPATH= /var/lib/rpm RPMFLAGS+= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs + --nodeps --replacepkgs --oldpackage RPMDIR= ${DISTDIR}/${DIST_SUBDIR} do-install: |