diff options
author | edwin <edwin@FreeBSD.org> | 2005-10-13 22:33:16 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-10-13 22:33:16 +0000 |
commit | e18abe29cf164b168df43374ba988dbce8a7d281 (patch) | |
tree | a2509efe65d7bd492558a1fd129da763f8f5c940 /print/libppd | |
parent | cdda9c0e51627419d75a486f63a9a23f5062677f (diff) | |
download | FreeBSD-ports-e18abe29cf164b168df43374ba988dbce8a7d281.zip FreeBSD-ports-e18abe29cf164b168df43374ba988dbce8a7d281.tar.gz |
Add dependency on glib12
Submitted by: Eric Masson <e-masson@kisoft-services.com>
Diffstat (limited to 'print/libppd')
-rw-r--r-- | print/libppd/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/print/libppd/Makefile b/print/libppd/Makefile index f58aa05..d378177 100644 --- a/print/libppd/Makefile +++ b/print/libppd/Makefile @@ -7,6 +7,7 @@ PORTNAME= libppd PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lpr @@ -17,10 +18,11 @@ COMMENT= A library providing routines for ppd files USE_LIBTOOL_VER=15 INSTALLS_SHLIB= Yes USE_GETOPT_LONG=Yes +USE_GNOME= glib12 -MAN1= ppdfilt.1 -MAN3= ppd_check_option_is_marked.3 ppd_emit_to_file.3 ppd_file_free.3 \ - ppd_file_new.3 ppd_find_choice.3 ppd_get_num_conflicts.3 \ - ppd_get_page_length.3 +MAN1= ppdfilt.1 +MAN3= ppd_check_option_is_marked.3 ppd_emit_to_file.3 \ + ppd_file_free.3 ppd_file_new.3 ppd_find_choice.3 \ + ppd_get_num_conflicts.3 ppd_get_page_length.3 .include <bsd.port.mk> |