diff options
Diffstat (limited to 'print/pips3500/Makefile')
-rw-r--r-- | print/pips3500/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pips3500/Makefile b/print/pips3500/Makefile index cc9642b6df1f..2efc4eddc2cf 100644 --- a/print/pips3500/Makefile +++ b/print/pips3500/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ # -PORTVERSION= 1.3 +PORTVERSION= 2.1.2 MASTERDIR= ${.CURDIR}/../pips800 COMMENT= Photo Image Print System for Linux --- EPSON PM-3500C PRTYPE= 3500 -.include "${MASTERDIR}/Makefile" +.include "${MASTERDIR}/Makefile.pips" |