diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/joe2/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-3/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-devel/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index 0ac3bedb57a2..1963bf23f098 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/Makefile @@ -11,7 +11,7 @@ COMMENT?= Joe's Own Editor RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -LATEST_LINK?= joe2 +PKGNAMESUFFIX= 2 CONFLICTS= joe-3* GNU_CONFIGURE= yes diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 8ed5e6cf4046..033db6a419a8 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -17,7 +17,7 @@ COMMENT= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser LICENSE= AL2 -NO_LATEST_LINK= yes +PKGNAMESUFFIX= 3 USE_GNOME= desktopfileutils gtk20 libxslt libidl glib20 USE_XORG= x11 ice xaw xau xext xrender xrandr \ diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 7bad750cee5d..eb6570977d73 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -17,7 +17,7 @@ COMMENT= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(develo LICENSE= AL2 -NO_LATEST_LINK= yes +PKGNAMESUFFIX= -devel USE_GNOME= desktopfileutils gtk20 libxslt libidl glib20 USE_XORG= x11 ice xaw xau xext xrender xrandr \ |