Changeset 79974
- Timestamp:
- 06/30/11 21:20:52 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/x11/xournal/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/xournal/Portfile
r77764 r79974 36 36 configure.ldflags-append -lz 37 37 38 pre-configure { 39 if {![file exists ${prefix}/include/gtk-2.0/gdk/gdkx.h]} { 40 ui_error "${name} requires gtk2 installed with X11 support; please reinstall gtk2 and all its dependencies with the +x11 variant." 41 return -code error "incompatible gtk2 installation" 42 } 43 } 44 38 45 post-destroot { 39 46 xinstall -d ${destroot}${prefix}/share/doc/${name}
Note: See TracChangeset
for help on using the changeset viewer.

